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