ServiceEndpointElement.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.IsKey)]
[System.Configuration.StringValidator(MinLength=0)]
public string Kind { get; set; }
[<System.Configuration.ConfigurationProperty("kind", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Kind : string with get, set
Public Property Kind As String

屬性值

String

套用的標準端點的型別。

屬性

適用於