UserActivitySession.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 id of this UserActivitySession.
public:
property Platform::String ^ ActivityId { Platform::String ^ get(); };
winrt::hstring ActivityId();
public string ActivityId { get; }
var string = userActivitySession.activityId;
Public ReadOnly Property ActivityId As String
Property Value
The activity ID.