Compartir a través de


ContactListSyncConstraints.CanSyncDescriptions Propiedad

Definición

Obtiene o establece un valor booleano que indica si se van a sincronizar descripciones de contacto.

public:
 property bool CanSyncDescriptions { bool get(); void set(bool value); };
bool CanSyncDescriptions();

void CanSyncDescriptions(bool value);
public bool CanSyncDescriptions { get; set; }
var boolean = contactListSyncConstraints.canSyncDescriptions;
contactListSyncConstraints.canSyncDescriptions = boolean;
Public Property CanSyncDescriptions As Boolean

Valor de propiedad

Boolean

bool

true si se sincronizarán las descripciones de contacto; de lo contrario, false.

Requisitos de Windows

Características de aplicaciones
contactsSystem

Se aplica a