SoapIdref Constructors

Definition

Initializes a new instance of the SoapIdref class.

Overloads

SoapIdref()

Initializes a new instance of the SoapIdref class.

SoapIdref(String)

Initializes a new instance of the SoapIdref class with an XML IDREF attribute.

SoapIdref()

Initializes a new instance of the SoapIdref class.

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

Applies to

SoapIdref(String)

Initializes a new instance of the SoapIdref class with an XML IDREF attribute.

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

Parameters

value
String

A String that contains an XML IDREF attribute.

Applies to