IGROption::PossibleValues property¶
Gets the possible values of the option.
IEnumerable<string> PossibleValues { get; }
string[] getPossibleValues() throws IGRException;
@property
def PossibleValues(self) -> string[]
Return Value¶
string[]
: The possible values for the option.