Skip to content

IGROption::PossibleValues property

Gets the possible values of the option.

IEnumerable<string> PossibleValues { get; }
string[] getPossibleValues() throws IGRException;
@property
def PossibleValues(self) -> string[]
std::vector<std::wstring> getPossibleValues() const;

Return Value

string[] : The possible values for the option.