ChannelEndpointElement.EndpointConfiguration Eigenschap

Definitie

Hiermee haalt u de naam op van het standaardeindpunt dat is ingesteld door de Kind eigenschap, die verwijst naar de aanvullende configuratie-informatie van dit standaardeindpunt. Dezelfde naam moet worden gedefinieerd in de 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

Waarde van eigenschap

Een tekenreeks die de naam van het standaardeindpunt aangeeft.

Kenmerken

Van toepassing op