ContactList.OtherAppReadAccess Property

Definition

Gets or sets a value indicating the read access level to this ContactList for other apps on the system.

public:
 property ContactListOtherAppReadAccess OtherAppReadAccess { ContactListOtherAppReadAccess get(); void set(ContactListOtherAppReadAccess value); };
ContactListOtherAppReadAccess OtherAppReadAccess();

void OtherAppReadAccess(ContactListOtherAppReadAccess value);
public ContactListOtherAppReadAccess OtherAppReadAccess { get; set; }
var contactListOtherAppReadAccess = contactList.otherAppReadAccess;
contactList.otherAppReadAccess = contactListOtherAppReadAccess;
Public Property OtherAppReadAccess As ContactListOtherAppReadAccess

Property Value

A value indicating the read access level to this ContactList for other apps on the system.

Windows requirements

App capabilities
contactsSystem

Applies to