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



Glossary Item Box

Gets or sets a value indicating whether the activity for this destination rule must be planned as a single instance activity.

Syntax

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

Property Value

true if the activity for this destination rule must be planned as a single instance activity 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