ContactList.OtherAppWriteAccess Property

Definition

Gets or sets a value that indicates the write access level to this ContactList for other apps on the system.

public:
 property ContactListOtherAppWriteAccess OtherAppWriteAccess { ContactListOtherAppWriteAccess get(); void set(ContactListOtherAppWriteAccess value); };
ContactListOtherAppWriteAccess OtherAppWriteAccess();

void OtherAppWriteAccess(ContactListOtherAppWriteAccess value);
public ContactListOtherAppWriteAccess OtherAppWriteAccess { get; set; }
var contactListOtherAppWriteAccess = contactList.otherAppWriteAccess;
contactList.otherAppWriteAccess = contactListOtherAppWriteAccess;
Public Property OtherAppWriteAccess As ContactListOtherAppWriteAccess

Property Value

A value that indicates the write access level to this ContactList for other apps on the system.

Windows requirements

App capabilities
contactsSystem

Applies to