Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UserTrackPoint::ExcludedLocations Property

 

Gets the collection of locations that should be excluded from the track point by the runtime tracking infrastructure.

Namespace:   System.Workflow.Runtime.Tracking
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
property UserTrackingLocationCollection^ ExcludedLocations {
	UserTrackingLocationCollection^ get();
}

Property Value

Type: System.Workflow.Runtime.Tracking::UserTrackingLocationCollection^

A UserTrackingLocationCollection that specifies locations to be excluded from the track point. The default is an empty collection.

If any of the UserTrackingLocation objects in ExcludedLocations is matched for a particular user event, the track point will not be matched and no UserTrackingRecord will be sent to the tracking service. If ExcludedLocations is empty, there are no excluded locations.

You can use ExcludedLocations to exclude specific locations from being tracked by the runtime tracking infrastructure. For example, you can exclude a subset of locations that are specified in MatchingLocations in order to more precisely refine the locations that should be tracked by the track point.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft