ServiceMetadataPublishingElement.ExternalMetadataLocation 属性

定义

获取或设置一个包含服务元数据位置的字符串。

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

属性值

Uri

一个指定 WSDL 文件位置的 URI,为了响应 WSDL 和 MEX 请求,会将此 URI 而不是自动生成的 WSDL 返回给用户。 默认值为 null URI 对象。

属性

注解

如果未设置此属性,则返回自动生成的 WSDL。

适用于