共用方式為


UserTrackingLocation.ActivityTypeName 屬性

定義

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

public:
 property System::String ^ ActivityTypeName { System::String ^ get(); void set(System::String ^ value); };
public string ActivityTypeName { get; set; }
member this.ActivityTypeName : string with get, set
Public Property ActivityTypeName As String

屬性值

String

必須發出資料之來源活動的 Type 非限定名稱。

備註

您必須指定活動型別的非限定名稱。 例如,若要指定 CodeActivity 活動的非限定名稱,請將 ActivityTypeName 設定為 "Code"。

ActivityTypeName 提供了一種方式,可讓您在直接以 XML 撰寫設定檔時更輕鬆地指定發出使用者資料的活動型別。 ActivityTypeName 也提供一種與版本無關的方式,讓您針對活動型別進行參考。

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

適用於