UserTrackPoint.ExcludedLocations Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of locations that should be excluded from the track point by the runtime tracking infrastructure.
public:
property System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ ExcludedLocations { System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ get(); };
public System.Workflow.Runtime.Tracking.UserTrackingLocationCollection ExcludedLocations { get; }
member this.ExcludedLocations : System.Workflow.Runtime.Tracking.UserTrackingLocationCollection
Public ReadOnly Property ExcludedLocations As 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.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: