Share via


ChannelEndpointElement.EndpointConfiguration Proprietà

Definizione

Ottiene o imposta il nome dell'endpoint standard impostato dalla proprietà Kind che fa riferimento alle informazioni di configurazione aggiuntive di questo endpoint standard. Lo stesso nome deve essere definito in 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

Valore della proprietà

String

Stringa che specifica il nome dell'endpoint standard.

Attributi

Si applica a