CustomTrackingQuery.ActivityName Property

Definition

Gets or sets the name of the activity that generated the tracking record.

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

Property Value

The name of the activity that emits the custom tracking record.

Applies to