Okapi .NET Library

FieldsString.Add Method (String, String)

 [This is preliminary documentation and subject to change.]

Adds a string value to the options collection.

[Visual Basic]
Public Sub Add( _ 
   ByVal p_sName As String, _ 
   ByVal p_sValue As String _ 
)
[C#]
public void Add(
   string p_sName,
   string p_sValue
);
[C++]
public: void Add(
   String* p_sName,
   String* p_sValue
);
[JScript]
public function Add(
   String p_sName,
   String p_sValue
);

Parameters

p_sName
The name of the option.
p_sValue
The value of the option.

See Also

FieldsString Class | Okapi.Library.Base Namespace | FieldsString.Add Overload List