ServiceMetadataPublishingElement.ExternalMetadataLocation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定包含服務中繼資料位置的字串。
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
屬性值
指定 WSDL 檔案位置的 URI 會傳回給使用者,以回應 WSDL 和 MEX 要求,而非自動產生的 WSDL。 預設為 null
URI 物件。
- 屬性
備註
如果未設定這個屬性,則會傳回自動產生的 WSDL。