共用方式為


UserTrackingLocation.ActivityType 屬性

定義

取得或設定活動的 Common Language Runtime (CLR) 型別,這個活動是要追蹤且必須發出使用者資料的來源活動。

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

備註

如果您想要以與版本無關的方式指定活動型別,請使用 ActivityTypeName

您必須指定 ActivityTypeActivityTypeName,才能適當地設定 UserTrackingLocation

適用於