共用方式為


StandardBindingOptionalReliableSessionElement.Enabled 屬性

定義

取得或設定布林值 (Boolean),這個值會指定是否已為這個繫結啟用可靠的工作階段。

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

屬性

適用於