ServiceEndpointElement.EndpointConfiguration 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定由 Kind 屬性設定之標準端點的名稱,這個屬性會參照這個標準端點的其他組態資訊。 必須在 StandardEndpointsSection 中定義相同的名稱。
public:
property System::String ^ EndpointConfiguration { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("endpointConfiguration", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
[System.Configuration.StringValidator(MinLength=0)]
public string EndpointConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("endpointConfiguration", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.EndpointConfiguration : string with get, set
Public Property EndpointConfiguration As String
屬性值
在 XAML 中,將 Kind 設定為分組所依據的屬性的名稱。
- 屬性