Gets the value of the specified option for the current utility.
[Visual Basic] Function GetOption( _ ByVal p_sName As String _ ) As String [C#] string GetOption( string p_sName ); [C++] String* GetOption( String* p_sName ); [JScript] function GetOption( String p_sName ): String;
The string value of the specified option for the current utility. Returns null if there was no option of that name.
Use this method to retrieve individual option values.
IUtilitySet Interface | Okapi.Library.Utility Namespace | SetCurrentUtility | HasOptions | SetOptions | SetDefaultOptions | EditOptions