Okapi .NET Library

IUtilitySet.GetOptions Method 

 [This is preliminary documentation and subject to change.]

Gets the current options of the current utility.

[Visual Basic]
Function GetOptions() As String
[C#]
string GetOptions();
[C++]
String* GetOptions();
[JScript]
function GetOptions(): String;

Return Value

The string representation of the current options of the current utility.

Remarks

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.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace | SetCurrentUtility | HasOptions | SetOptions | SetDefaultOptions | EditOptions