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;
The description of the specified utility.
Use this method to get the short description of a specified utility.
IUtilitySet Interface | Okapi.Library.Utility Namespace | GetUtilityCount