Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
UserActivity.ActivityId Property
Definition
- Namespace:
- Windows.ApplicationModel.UserActivities
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.
Applies to
Feedback
Was this page helpful?
