UserTrackingLocation.MatchDerivedArgumentTypes Property

Definition

The User tracking location is a way to filter user tracked data. The user can filter by the type of the user tracked data by specifying the ArgumentType or ArgumentTypeName. Setting the MatchDerivedArgumentTypes to true specifies that the user tracked data can be of type ArgumentType/ArgumentTypeName or a type derived from the ArgumentType/ArgumentTypeName.

public:
 property bool MatchDerivedArgumentTypes { bool get(); void set(bool value); };
public bool MatchDerivedArgumentTypes { get; set; }
member this.MatchDerivedArgumentTypes : bool with get, set
Public Property MatchDerivedArgumentTypes As Boolean

Property Value

true if user data derived from the type of the user data specified by ArgumentType or ArgumentTypeName should be tracked; otherwise, false. The default is false.

Applies to