Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 670 Bytes

userdataaccountstoreaccesstype.md

File metadata and controls

27 lines (18 loc) · 670 Bytes
-api-id -api-type
T:Windows.ApplicationModel.UserDataAccounts.UserDataAccountStoreAccessType
winrt enum

UserDataAccountStoreAccessType

-description

Specifies the requested access type in a call to RequestStoreAsync.

-enum-fields

-field AllAccountsReadOnly:0

Read-only access to app user data accounts and system user data accounts.

-field AppAccountsReadWrite:1

Read/write access to the current app's user data accounts.

-remarks

-examples

-see-also