ServiceEndpointElement.EndpointConfiguration Vlastnost

Definice

Získá nebo nastaví název standardního koncového bodu, který je nastaven Kind vlastností, která odkazuje na Další informace o konfiguraci tohoto 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.IsKey)]
[System.Configuration.StringValidator(MinLength=0)]
public string EndpointConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("endpointConfiguration", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.EndpointConfiguration : string with get, set
Public Property EndpointConfiguration As String

Hodnota vlastnosti

String

Název standardního koncového bodu, který je nastaven Kind vlastností.

Atributy

Platí pro