UserTrackingLocation.MatchDerivedActivityTypes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定在从派生自活动类型(由 ActivityType 或 ActivityTypeName 指定)的活动中发出用户数据时,是否应对用户数据进行跟踪。
public:
property bool MatchDerivedActivityTypes { bool get(); void set(bool value); };
public bool MatchDerivedActivityTypes { get; set; }
member this.MatchDerivedActivityTypes : bool with get, set
Public Property MatchDerivedActivityTypes As Boolean
属性值
如果在从派生自类型(由 ActivityType 或 ActivityTypeName 指定)的活动中发出用户数据时应对用户数据进行跟踪,则为 true
;否则为 false
。 默认值为 false
。