ActivityTrackingLocation.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

注釈

ActivityTypeNameActivityTypeまたはActivityTrackingLocationを指定する必要があります。 バージョンに依存しない方法で参照アクティビティの種類を指定する場合は、 ActivityTypeNameを使用します。

適用対象