Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 607 Bytes

ibackgroundtaskinstance4_user.md

File metadata and controls

22 lines (15 loc) · 607 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Background.IBackgroundTaskInstance4.User
winrt property

Windows.ApplicationModel.Background.IBackgroundTaskInstance4.User

-description

Gets the user context for the background task. AppServiceConnection.User is used by the calling app to pass the user context. The app service can retrieve that user context with this property.

-property-value

The user context.

-remarks

-examples

-see-also