Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 514 Bytes

ibackgroundtaskinstance_instanceid.md

File metadata and controls

22 lines (15 loc) · 514 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Background.IBackgroundTaskInstance.InstanceId
winrt property

Windows.ApplicationModel.Background.IBackgroundTaskInstance.InstanceId

-description

Gets the instance ID of the background task instance.

-property-value

A unique identifier for the background task instance. This identifier is generated by the system when the instance is created.

-remarks

-examples

-see-also