Gets the identifier for a given utility of a given utility set.
[Visual Basic] Public Function GetUtilityIdentifier( _ ByVal p_USIndex As Integer, _ ByVal p_UIndex As Integer _ ) As String [C#] public string GetUtilityIdentifier( int p_USIndex, int p_UIndex ); [C++] public: String* GetUtilityIdentifier( int p_USIndex, int p_UIndex ); [JScript] public function GetUtilityIdentifier( int p_USIndex, int p_UIndex ): String;
Identifier of the specified utility for the specified utility set.
UtilitySetAccess Class | Okapi.Library.Utility Namespace