ChannelEndpointElement.Kind Eigenschap

Definitie

Hiermee haalt u het type standaardeindpunt op of stelt u dit in. Het type moet worden geregistreerd in de <extensions> sectie of in machine.config. Als er niets is opgegeven, wordt er een algemeen kanaaleindpunt gemaakt.

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

Waarde van eigenschap

Een tekenreeks die het type standaardeindpunt aangeeft.

Kenmerken

Van toepassing op