SoapNmtokens Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.