ContactList.OtherAppWriteAccess 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 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
|