Okapi .NET Library

FieldsString.Add Method (String, Int32)

 [This is preliminary documentation and subject to change.]

Adds an integer value to the options collection.

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

Parameters

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

See Also

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