SoapNotation Constructors

Definition

Initializes a new instance of the SoapNotation class.

Overloads

SoapNotation()

Initializes a new instance of the SoapNotation class.

SoapNotation(String)

Initializes a new instance of the SoapNotation class with an XML NOTATION attribute.

SoapNotation()

Initializes a new instance of the SoapNotation class.

public:
 SoapNotation();
public SoapNotation ();
Public Sub New ()

Applies to

SoapNotation(String)

Initializes a new instance of the SoapNotation class with an XML NOTATION attribute.

public:
 SoapNotation(System::String ^ value);
public SoapNotation (string value);
new System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation : string -> System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation
Public Sub New (value As String)

Parameters

value
String

A String that contains an XML NOTATION attribute.

Applies to