ServiceMetadataPublishingElement.ExternalMetadataLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.