StandardBindingOptionalReliableSessionElement.Enabled 属性

定义

获取或设置一个布尔值,该值指定是否为此绑定启用可靠会话。

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

属性值

true 如果为此绑定启用了可靠会话,则为否则,为 false.

属性

适用于