Share via


ChannelEndpointElement.EndpointConfiguration Propiedad

Definición

Obtiene o establece el nombre del punto de conexión estándar establecido por la propiedad Kind, que hace referencia a la información de configuración adicional de este punto de conexión estándar. El mismo nombre se debe definir en 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

Valor de propiedad

Cadena que especifica el nombre del punto de conexión estándar.

Atributos

Se aplica a