ServiceEndpointElement.Kind Vlastnost

Definice

Získá nebo nastaví typ standardního koncového bodu, který se použije. Typ musí být zaregistrován v <extensions> části nebo v machine.config. Pokud není nic zadáno, vytvoří se běžný koncový bod služby.

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

Hodnota vlastnosti

String

Typ použitého standardního koncového bodu.

Atributy

Platí pro