UserTrackingLocation.MatchDerivedArgumentTypes 属性

定义

用户跟踪位置是筛选用户跟踪数据的方法。 用户可以通过指定 ArgumentTypeArgumentTypeName. MatchDerivedArgumentTypes设置以true指定用户跟踪的数据可以是 ArgumentType/ArgumentTypeName 类型,也可以是派生自 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

属性值

如果派生自由 或应跟踪的用户数据类型的用户数据,则为 >;否则为 。 默认值为 false

适用于