SoapName Constructors

Definition

Initializes a new instance of the SoapName class.

Overloads

SoapName()

Initializes a new instance of the SoapName class.

SoapName(String)

Initializes a new instance of the SoapName class with an XML Name type.

SoapName()

Initializes a new instance of the SoapName class.

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

Applies to

SoapName(String)

Initializes a new instance of the SoapName class with an XML Name type.

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

Parameters

value
String

A String that contains an XML Name type.

Applies to