WorkflowInstanceQueryElement.States Property

Definition

The workflow states that the query filters on.

public:
 property System::ServiceModel::Activities::Tracking::Configuration::StateElementCollection ^ States { System::ServiceModel::Activities::Tracking::Configuration::StateElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("states")]
public System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection States { get; }
[<System.Configuration.ConfigurationProperty("states")>]
member this.States : System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection
Public ReadOnly Property States As StateElementCollection

Property Value

The states to filter on.

Attributes

Applies to