Compartir a través de


EndpointDiscoveryElement.Enabled Propiedad

Definición

Obtiene o establece un valor que indica la detectabilidad de este punto de conexión.

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=true)]
public bool Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=true)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Valor de propiedad

Boolean

true si la detectabilidad de este extremo está habilitada, de lo contrario false.

Atributos

Se aplica a