ChatSyncConfiguration.IsSyncEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur booléenne qui indique si la synchronisation est activée.
public:
property bool IsSyncEnabled { bool get(); void set(bool value); };
bool IsSyncEnabled();
void IsSyncEnabled(bool value);
public bool IsSyncEnabled { get; set; }
var boolean = chatSyncConfiguration.isSyncEnabled;
chatSyncConfiguration.isSyncEnabled = boolean;
Public Property IsSyncEnabled As Boolean
Valeur de propriété
Boolean
bool
Boolean qui indique si la synchronisation est activée.
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|