ServiceEndpointElement.Kind Właściwość

Definicja

Pobiera lub ustawia typ standardowego zastosowanego punktu końcowego. Typ musi być zarejestrowany w sekcji <extensions> lub w machine.config. Jeśli nic nie zostanie określone, zostanie utworzony wspólny punkt końcowy usługi.

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

Wartość właściwości

String

Typ standardowego zastosowanego punktu końcowego.

Atrybuty

Dotyczy