Gets the identifier of a specified utility of the set.
[Visual Basic] Function GetUtilityIdentifier( _ ByVal p_nIndex As Integer _ ) As String [C#] string GetUtilityIdentifier( int p_nIndex ); [C++] String* GetUtilityIdentifier( int p_nIndex ); [JScript] function GetUtilityIdentifier( int p_nIndex ): String;
The string that identify the specified utility.
Use this method to retrieve the identifier of a specified utility. Each utility must have an identifier unique withing the utility set.
IUtilitySet Interface | Okapi.Library.Utility Namespace | GetUtilityCount