IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

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);



 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]