SOAPParam Type
A parameter for the SOAP Method .
Remarks
This type describes a parameter of the SOAP Method. SOAPParam has fields to describe the name, value, and any attributes of the parameter being described.
Fields
Attrs String |
Extra attributes for the parameter. |
Name String |
The name of the Method parameter. |
Value String |
The value of the Method parameter. |
Constructors
[VB.NET] Public SOAPParam() [C#] public SOAPParam();
[VB.NET] Public SOAPParam(ByVal Name As String, ByVal Value As String) [C#] public SOAPParam(string name, string value);