UserTrackingLocation.ActivityType 屬性

定義

取得或設定必須從中輸出以追蹤使用者資料的活動的共通語言執行時(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 必須從中發出的活性。

備註

如果你想以版本無關的方式指定活動類型,請使用 ActivityTypeName

你必須指定 or 其中之一ActivityType,才能正確配置 ActivityTypeNameUserTrackingLocation

適用於