ActivityTrackingRecord.ActivityType Property

Definition

Gets or sets the common language runtime (CLR) type of the activity associated with this ActivityTrackingRecord.

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 for which this ActivityTrackingRecord was created.

Remarks

ActivityType is set by the runtime tracking infrastructure.

Applies to