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