Share via


UserTrackingRecord.ActivityType 屬性

定義

取得或設定活動的 Common Language Runtime (CLR) 型別,該活動發出建立此 UserTrackingRecord 所針對的使用者資料。

public:
 property Type ^ ActivityType { Type ^ get(); void set(Type ^ value); };
public Type ActivityType { get; set; }
member this.ActivityType : Type with get, set
Public Property ActivityType As Type

屬性值

Type

發出使用者資料之活動的 Type

備註

這個屬性是由執行階段追蹤基礎結構所設定。

適用於