Gets or sets the scope of the workflow condition.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public WorkflowConditionScope Scope { get; set; } |
Visual Basic |
---|
Public Property Scope As WorkflowConditionScope Get Set |
Visual C++ |
---|
public: property WorkflowConditionScope Scope { WorkflowConditionScope get (); void set (WorkflowConditionScope value); } |