ServiceMetadataPublishingElement.ExternalMetadataLocation Property

Definition

Gets or sets a string that contains the location of service metadata.

public:
 property Uri ^ ExternalMetadataLocation { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("externalMetadataLocation")]
public Uri ExternalMetadataLocation { get; set; }
[<System.Configuration.ConfigurationProperty("externalMetadataLocation")>]
member this.ExternalMetadataLocation : Uri with get, set
Public Property ExternalMetadataLocation As Uri

Property Value

Uri

A URI that specifies the location of a WSDL file, which is returned to the user in response to WSDL and MEX requests instead of the auto-generated WSDL. The default is a null Uri object.

Attributes

Remarks

When this property is not set, the auto-generated WSDL is returned.

Applies to