Public Properties (see also Protected Properties)

  Name Description
public property Activities  (Inherited from CompositeActivity)
public property ActorId  ActorId is a Guid value representing the ObjectID of the resource to be used when calculating management policy rules that affect a request created by the activity. Activities are able to perform only the operations for which the ActorID has been granted rights. (Inherited from SequentialWorkflow)
public property Description  (Inherited from Activity)
public property DynamicUpdateCondition  (Inherited from SequentialWorkflowActivity)
public property Enabled  (Inherited from Activity)
public property EnabledActivities  (Inherited from CompositeActivity)
public property ExecutionResult  (Inherited from Activity)
public property ExecutionStatus  (Inherited from Activity)
public property IsDynamicActivity  (Inherited from Activity)
public property Mode Indicates whether the workflow is running in registration mode or validation mode. This API is currently not supported.
public property Name  (Inherited from Activity)
public property Parent  (Inherited from Activity)
public property QualifiedName  (Inherited from Activity)
public property RequestId  Indicates the request instance that caused the workflow instance to be created. (Inherited from SequentialWorkflow)
public property Site  (Inherited from DependencyObject)
public property TargetId  Indicates the target resource (user, group, set and so on) for the request instance that caused the workflow to be created. (Inherited from SequentialWorkflow)
public property UserData  (Inherited from DependencyObject)
public property WorkflowDefinitionId  Indicates the WorkflowDefinition associated with the workflow. (Inherited from SequentialWorkflow)
public property WorkflowDictionary  Represents information stored by the workflow. (Inherited from SequentialWorkflow)

Protected Properties

  Name Description
protected property CanModifyActivities  (Inherited from CompositeActivity)
protected property DesignMode  (Inherited from DependencyObject)
protected property ParentDependencyObject  (Inherited from DependencyObject)
protected property WorkflowInstanceId  (Inherited from Activity)

See Also