StandardBindingOptionalReliableSessionElement.Enabled Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob eine zuverlässige Sitzung für diese Bindung aktiviert ist.

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

Eigenschaftswert

truewenn eine zuverlässige Sitzung für diese Bindung aktiviert ist; andernfalls . false

Attribute

Gilt für: