Sets the value for the specified option of the current utility.
[Visual Basic] Sub SetOption( _ ByVal p_sName As String, _ ByVal p_sValue As String _ ) [C#] void SetOption( string p_sName, string p_sValue ); [C++] void SetOption( String* p_sName, String* p_sValue ); [JScript] function SetOption( String p_sName, String p_sValue );
If p_sValue is a null reference (Nothing in Visual Basic) or empty, the option is set to an empty string.
IUtilitySet Interface | Okapi.Library.Utility Namespace | SetCurrentUtility | HasOptions | GetOptions | SetDefaultOptions | EditOptions