Edit

Share via


MetadataLocation Constructors

Definition

Initializes a new instance of the MetadataLocation class.

Overloads

MetadataLocation()

Initializes a new instance of the MetadataLocation class.

MetadataLocation(String)

Initializes a new instance of the MetadataLocation class that assigns the specified metadata ___location to the Location property.

MetadataLocation()

Source:
MetadataLocation.cs
Source:
MetadataLocation.cs

Initializes a new instance of the MetadataLocation class.

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

Remarks

Creates a new MetadataLocation.

Applies to

MetadataLocation(String)

Source:
MetadataLocation.cs
Source:
MetadataLocation.cs

Initializes a new instance of the MetadataLocation class that assigns the specified metadata ___location to the Location property.

public:
 MetadataLocation(System::String ^ ___location);
public MetadataLocation(string ___location);
new System.ServiceModel.Description.MetadataLocation : string -> System.ServiceModel.Description.MetadataLocation
Public Sub New (___location As String)

Parameters

___location
String

The address of the metadata documents.

Remarks

Creates a new MetadataLocation from the ___location value.

Applies to