Comparteix a través de


StandardBindingOptionalReliableSessionElement.Enabled Propiedad

Definición

Obtiene o establece un valor booleano que especifica si la sesión confiable está habilitada para este enlace.

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

Valor de propiedad

Boolean

true si la sesión confiable está habilitada para este enlace; de lo contrario, false.

Atributos

Se aplica a