TrackingProfile::Queries Property

.NET Framework (current version)
 

Gets the collection of TrackingQuery objects that define the records to which this tracking profile subscribes.

Namespace:   System.Activities.Tracking
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
Return to top
Show: