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