DeviceAccountConfiguration.ContactsSyncEnabled Property

Definition

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.

Applies to