InterfaceQueuingAttribute::Enabled Property

 

Gets or sets a value indicating whether queuing support is enabled.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

public:
property bool Enabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if queuing support is enabled; otherwise, false. The default is true.

This property corresponds to the Queuing-Enabled property in COM+.

.NET Framework
Available since 1.1
Return to top
Show: