UserActivity.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 that was assigned to this UserActivity when it was created.
public:
property Platform::String ^ ActivityId { Platform::String ^ get(); };
winrt::hstring ActivityId();
public string ActivityId { get; }
var string = userActivity.activityId;
Public ReadOnly Property ActivityId As String
Property Value
The activity ID.