IGROption::Description property¶
Gets the description of the option.
string Description { get; }
string getDescription() throws IGRException;
@property
def Description(self) -> string
std::wstring getDescription() const;
Return Value¶
string
: The description for the option.