ChatSyncConfiguration.IsSyncEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|