Okapi .NET Library

UtilitySetAccess.GetUtilitySetIdentifier Method 

 [This is preliminary documentation and subject to change.]

Gets the identifier for a given utility set.

[Visual Basic]
Public Function GetUtilitySetIdentifier( _ 
   ByVal p_USIndex As Integer _ 
) As String
[C#]
public string GetUtilitySetIdentifier(
   int p_USIndex
);
[C++]
public: String* GetUtilitySetIdentifier(
   int p_USIndex
);
[JScript]
public function GetUtilitySetIdentifier(
   int p_USIndex
): String;

Parameters

p_USIndex
Index of the utility set.

Return Value

Identifier of the specified utility set.

See Also

UtilitySetAccess Class | Okapi.Library.Utility Namespace