NotificationEventArgs.ActivityId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the activity ID of the notification.
public:
property System::String ^ ActivityId { System::String ^ get(); };
public string ActivityId { get; }
member this.ActivityId : string
Public ReadOnly Property ActivityId As String