DeviceAccountConfiguration.ContactsSyncEnabled 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 value indicating if contacts syncing is enabled.
public:
property bool ContactsSyncEnabled { bool get(); void set(bool value); };
bool ContactsSyncEnabled();
void ContactsSyncEnabled(bool value);
public bool ContactsSyncEnabled { get; set; }
var boolean = deviceAccountConfiguration.contactsSyncEnabled;
deviceAccountConfiguration.contactsSyncEnabled = boolean;
Public Property ContactsSyncEnabled As Boolean
Property Value
Boolean
bool
A Boolean value indicating if contacts syncing is enabled.