Okapi .NET Library

UtilitySetAccess.GetUtilityIdentifier Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

p_USIndex
Index of the utility set.
p_UIndex
Index of the utility.

Return Value

Identifier of the specified utility for the specified utility set.

See Also

UtilitySetAccess Class | Okapi.Library.Utility Namespace