Okapi .NET Library

IUtilitySet.GetIdentifier Method 

 [This is preliminary documentation and subject to change.]

Gets the identifier of the utility set.

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

Return Value

The string that identify the utility set.

Remarks

Use this method to retrieve the identifier of the utility set.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace