Sets a string value to the options collection.
[Visual Basic] Public Sub Set( _ ByVal p_sName As String, _ ByVal p_sValue As String _ ) [C#] public void Set( string p_sName, string p_sValue ); [C++] public: void Set( String* p_sName, String* p_sValue ); [JScript] public function Set( String p_sName, String p_sValue );
FieldsString Class | Okapi.Library.Base Namespace