Compartir a través de


ChatSyncConfiguration.IsSyncEnabled Propiedad

Definición

Obtiene o establece un valor booleano que indica si la sincronización está habilitada.

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

Valor de propiedad

Boolean

bool

Valor booleano que indica si la sincronización está habilitada.

Requisitos de Windows

Características de aplicaciones
chat chatSystem smsSend

Se aplica a