SoapNmtoken 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 SoapNmtoken class.
Overloads
SoapNmtoken() |
Initializes a new instance of the SoapNmtoken class. |
SoapNmtoken(String) |
Initializes a new instance of the SoapNmtoken class with an XML |
SoapNmtoken()
Initializes a new instance of the SoapNmtoken class.
public:
SoapNmtoken();
public SoapNmtoken ();
Public Sub New ()
Applies to
SoapNmtoken(String)
Initializes a new instance of the SoapNmtoken class with an XML NMTOKEN
attribute.
public:
SoapNmtoken(System::String ^ value);
public SoapNmtoken (string value);
new System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken : string -> System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken
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.