Returns the static or dynamic options of the specified property set field.
Visual Basic (declaration) |
---|
Public Function GetPropertySetFieldOptions( _ |
C# (declaration) |
---|
public XmlNode GetPropertySetFieldOptions( |
<response success="true" error="">
<options>
<option value="Level I" />
<option value="Level II" />
<option value="Level III" />
<option value="Level IV" />
</options>
</response>