UserDataAccount.OtherAppReadAccess Property

Definition

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.

Applies to