ChatSyncConfiguration.IsSyncEnabled Property

Definition

Gets or sets a boolean that indicates whether sync is enabled.

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

Property Value

Boolean

bool

The boolean that indicates whether sync is enabled.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to