Class WorkflowInstanceQuery
Inherited Members
Namespace: System.Activities.Tracking
Assembly: System.Activities.dll
Syntax
public class WorkflowInstanceQuery : TrackingQuery
Constructors
WorkflowInstanceQuery()
Declaration
public WorkflowInstanceQuery()
Properties
States
Declaration
public Collection<string> States { get; }
Property Value
System.Collections.ObjectModel.Collection<System.String>
|