ChannelEndpointElement.EndpointConfiguration Vlastnost

Definice

Získá nebo nastaví název standardního koncového bodu, který je nastaven vlastností , který odkazuje na další informace o konfiguraci tohoto Kind standardního koncového bodu. Stejný název musí být definován v StandardEndpointsSection .

public:
 property System::String ^ EndpointConfiguration { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("endpointConfiguration", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)]
[System.Configuration.StringValidator(MinLength=0)]
public string EndpointConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("endpointConfiguration", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.EndpointConfiguration : string with get, set
Public Property EndpointConfiguration As String

Hodnota vlastnosti

String

Řetězec, který určuje název standardního koncového bodu.

Atributy

Platí pro