UserTrackingRecord.ActivityType Property

Definition

Gets or sets the common language runtime (CLR) type of the activity that emitted the user data for which this UserTrackingRecord was created.

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

Property Value

The Type of the activity that emitted the user data.

Remarks

This property is set by the runtime tracking infrastructure.

Applies to