Compartir a través de


ContactList.OtherAppReadAccess Propiedad

Definición

Obtiene o establece un valor que indica el nivel de acceso de lectura a esta lista de contactos para otras aplicaciones del sistema.

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

Valor de propiedad

Valor que indica el nivel de acceso de lectura a esta lista de contactos para otras aplicaciones del sistema.

Requisitos de Windows

Características de aplicaciones
contactsSystem

Se aplica a