Gets the current options of the current utility.
[Visual Basic] Function GetOptions() As String [C#] string GetOptions(); [C++] String* GetOptions(); [JScript] function GetOptions(): String;
The string representation of the current options of the current utility.
Use this method to retrieve the string representation of the current options of the current utility. The string can be used for storage for example.
IUtilitySet Interface | Okapi.Library.Utility Namespace | SetCurrentUtility | HasOptions | SetOptions | SetDefaultOptions | EditOptions