UserDataAccount.OtherAppReadAccess Property
Definition
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 or sets a value indicating whether other apps on the device have read access to the UserDataAccount.
public:
property UserDataAccountOtherAppReadAccess OtherAppReadAccess { UserDataAccountOtherAppReadAccess get(); void set(UserDataAccountOtherAppReadAccess value); };
UserDataAccountOtherAppReadAccess OtherAppReadAccess();
void OtherAppReadAccess(UserDataAccountOtherAppReadAccess value);
public UserDataAccountOtherAppReadAccess OtherAppReadAccess { get; set; }
var userDataAccountOtherAppReadAccess = userDataAccount.otherAppReadAccess;
userDataAccount.otherAppReadAccess = userDataAccountOtherAppReadAccess;
Public Property OtherAppReadAccess As UserDataAccountOtherAppReadAccess
Property Value
Value indicating whether other apps on the device have read access to the UserDataAccount.