NVPParam Type
An object representing a single NVP Parameter.
Remarks
An object representing a single NVP Parameter.
Fields
Name String |
The Name of the NVP Parameter. |
Value String |
The Value of the NVP Parameter. |
Constructors
[VB.NET] Public NVPParam() [C#] public NVPParam();
[VB.NET] Public NVPParam(ByVal Name As String, ByVal Value As String) [C#] public NVPParam(string name, string value);