Okapi .NET Library

IUtilitySet.GetUtilityDescription Method 

 [This is preliminary documentation and subject to change.]

Gets the description of a specified utility.

[Visual Basic]
Function GetUtilityDescription( _ 
   ByVal p_nIndex As Integer _ 
) As String
[C#]
string GetUtilityDescription(
   int p_nIndex
);
[C++]
String* GetUtilityDescription(
   int p_nIndex
);
[JScript]
function GetUtilityDescription(
   int p_nIndex
): String;

Parameters

p_nIndex
Index of the utility to look-up. The value must be between 0 and GetUtilityCount - 1.

Return Value

The description of the specified utility.

Remarks

Use this method to get the short description of a specified utility.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace | GetUtilityCount