SoapNmtokens Constructors

Definition

Initializes a new instance of the SoapNmtokens class.

Overloads

SoapNmtokens()

Initializes a new instance of the SoapNmtokens class.

SoapNmtokens(String)

Initializes a new instance of the SoapNmtokens class with an XML NMTOKENS attribute.

SoapNmtokens()

Initializes a new instance of the SoapNmtokens class.

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

Applies to

SoapNmtokens(String)

Initializes a new instance of the SoapNmtokens class with an XML NMTOKENS attribute.

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

Parameters

value
String

A String that contains an XML NMTOKENS attribute.

Applies to