Share via


ChannelEndpointElement.Kind Eigenschaft

Definition

Ruft den Typ des angewendeten Standardendpunkts ab oder legt ihn fest. Der Typ muss im <extensions>-Abschnitt oder in machine.config registriert werden. Wenn nichts angegeben wird, wird ein allgemeiner Kanalendpunkt erstellt.

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

Eigenschaftswert

Eine Zeichenfolge, die den Typ des Standrdendpunkts angibt.

Attribute

Gilt für: