次の方法で共有


ServiceEndpointElement.EndpointConfiguration プロパティ

定義

この標準エンドポイントの追加の構成情報を参照する 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

プロパティ値

Kind プロパティによって設定される標準エンドポイントの名前。

属性

適用対象