StandardBindingOptionalReliableSessionElement.Enabled Property

Definition

Gets or sets a Boolean value that specifies whether reliable session is enabled for this binding.

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

Property Value

true if reliable session is enabled for this binding; otherwise, false.

Attributes

Applies to