Aracılığıyla paylaş


ChannelEndpointElement.Kind Özellik

Tanım

Uygulanan standart uç nokta türünü alır veya ayarlar. Türün bölümünde veya machine.config kaydedilmesi <extensions> gerekir. Hiçbir şey belirtilmezse ortak bir kanal uç noktası oluşturulur.

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

Özellik Değeri

Standart uç noktanın türünü belirten bir dize.

Öznitelikler

Şunlara uygulanır