  | QueuePauseActionQueue Property  | 
                Get/Set Returns the name of the queue the member is made available or unavailable on.
            
 
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Queue { get; set; }Public Property Queue As String
	Get
	Set
public:
property String^ Queue {
	String^ get ();
	void set (String^ value);
}member Queue : string with get, set
Property Value
Type: 
String
See Also