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