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



Glossary Item Box

Gets or sets a value indicating whether the slots must be set at runtime.

Syntax

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

Property Value

true if slots must be set at runtime; 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