ServiceEndpointElement.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 service-eindpunt gemaakt.

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

Waarde van eigenschap

Het type standaardeindpunt dat is toegepast.

Kenmerken

Van toepassing op