SoapName 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 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 |
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
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.