次の方法で共有


InterfaceQueuingAttribute.Enabled プロパティ

キュー サポートが有効かどうかを示す値を取得または設定します。

Public Property Enabled As Boolean
[C#]
public bool Enabled {get; set;}
[C++]
public: __property bool get_Enabled();public: __property void set_Enabled(bool);
[JScript]
public function get Enabled() : Boolean;public function set Enabled(Boolean);

プロパティ値

キュー サポートが有効な場合は true 。それ以外の場合は false 。既定値は true です。

解説

このプロパティは COM+ の Queuing-Enabled プロパティに相当します。

必要条件

プラットフォーム: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

InterfaceQueuingAttribute クラス | InterfaceQueuingAttribute メンバ | System.EnterpriseServices 名前空間