SoapLanguage Constructors

Definition

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 language attribute.

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)

Parameters

value
String

A String that contains the language identifier value of a language attribute.

Applies to