DynamicQueues Property
See Also 
SourceCode.Workflow.Design.SimpleRules Namespace > SimpleDestinationRule Class : DynamicQueues Property



Glossary Item Box

Gets or sets a value indicating whether dynamic queues should be used.

Syntax

Visual Basic (Declaration) 
Public Property DynamicQueues As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SimpleDestinationRule
Dim value As Boolean
 
instance.DynamicQueues = value
 
value = instance.DynamicQueues
C# 
public bool DynamicQueues {get; set;}
C++/CLI 
public:
property bool DynamicQueues {
   bool get();
   void set (    bool value);
}

Property Value

true if dynamic queues should be used; otherwise, false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also