Class TrackingQuery
Inheritance
System.Object
TrackingQuery
Namespace: System.Activities.Tracking
Assembly: System.Activities.dll
Syntax
public abstract class TrackingQuery : Object
Constructors
TrackingQuery()
Declaration
protected TrackingQuery()
Properties
QueryAnnotations
Declaration
public IDictionary<string, string> QueryAnnotations { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.String>
|