TrackingProfile::Queries Property
.NET Framework (current version)
Gets the collection of TrackingQuery objects that define the records to which this tracking profile subscribes.
Assembly: System.Activities (in System.Activities.dll)
public: property Collection<TrackingQuery^>^ Queries { Collection<TrackingQuery^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::Collection<TrackingQuery^>^The collection of queries.
.NET Framework
Available since 4.0
Available since 4.0
Show: