CustomTrackingRecord.Activity Property

Definition

Returns the ActivityInfo of the activity associated with this record.

public:
 property System::Activities::Tracking::ActivityInfo ^ Activity { System::Activities::Tracking::ActivityInfo ^ get(); };
[System.Runtime.Serialization.DataMember]
public System.Activities.Tracking.ActivityInfo Activity { get; }
public System.Activities.Tracking.ActivityInfo Activity { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Activity : System.Activities.Tracking.ActivityInfo
member this.Activity : System.Activities.Tracking.ActivityInfo
Public ReadOnly Property Activity As ActivityInfo

Property Value

The activity information.

Attributes

Applies to