次の方法で共有


ChannelEndpointElement.Kind プロパティ

定義

適用される標準エンドポイントの種類を取得または設定します。 <extensions> セクションまたは machine.config に種類を登録する必要があります。何も指定していない場合は、共通のチャネル エンドポイントが作成されます。

public:
 property System::String ^ Kind { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("kind", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)]
[System.Configuration.StringValidator(MinLength=0)]
public string Kind { get; set; }
[<System.Configuration.ConfigurationProperty("kind", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Kind : string with get, set
Public Property Kind As String

プロパティ値

標準エンドポイントの種類を表す文字列。

属性

適用対象