Okapi .NET Library

IUtilitySet.GetCurrentUtility Method 

 [This is preliminary documentation and subject to change.]

Gets the identifier of the utility currently active.

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

Return Value

The string of the identifier for the current utility.

Remarks

A utility set has only one utility active at a time. Use this method to query which one is currently active.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace | SetCurrentUtility