SoapIdrefs Constructors

Definition

Initializes a new instance of the SoapIdrefs class.

Overloads

SoapIdrefs()

Initializes a new instance of the SoapIdrefs class.

SoapIdrefs(String)

Initializes a new instance of the SoapIdrefs class with an XML IDREFS attribute.

SoapIdrefs()

Initializes a new instance of the SoapIdrefs class.

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

Applies to

SoapIdrefs(String)

Initializes a new instance of the SoapIdrefs class with an XML IDREFS attribute.

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

Parameters

value
String

A String that contains an XML IDREFS attribute.

Applies to