ChannelEndpointElement.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.None)]
[System.Configuration.StringValidator(MinLength=0)]
public string EndpointConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("endpointConfiguration", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.EndpointConfiguration : string with get, set
Public Property EndpointConfiguration As String
プロパティ値
標準エンドポイントの名前を指定する文字列。
- 属性