SoapId Constructors

Definition

Initializes a new instance of the SoapId class.

Overloads

SoapId()

Initializes a new instance of the SoapId class.

SoapId(String)

Initializes a new instance of the SoapId class with an XML ID attribute.

SoapId()

Initializes a new instance of the SoapId class.

public:
 SoapId();
public SoapId ();
Public Sub New ()

Applies to

SoapId(String)

Initializes a new instance of the SoapId class with an XML ID attribute.

public:
 SoapId(System::String ^ value);
public SoapId (string value);
new System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId : string -> System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId
Public Sub New (value As String)

Parameters

value
String

A String that contains an XML ID attribute.

Applies to