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