Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 909 Bytes

userdataaccountotherappreadaccess.md

File metadata and controls

36 lines (24 loc) · 909 Bytes
-api-id -api-type
T:Windows.ApplicationModel.UserDataAccounts.UserDataAccountOtherAppReadAccess
winrt enum

UserDataAccountOtherAppReadAccess

-description

Specifies the rights granted to other apps for reading this UserDataAccount.

-enum-fields

-field SystemOnly:0

Only the operating system can read data from this UserDataAccount.

-field Full:1

Other apps on the device can read all properties of this UserDataAccount.

-field None:2

Other apps on the device cannot read any properties of this UserDataAccount.

-remarks

Version history

Windows version SDK version Value added
1607 14393 None

-examples

-see-also