Share via


ContactListSyncConstraints.CanSyncDescriptions Property

Definition

Gets or sets a Boolean value that indicates whether to synchronize contact descriptions.

public:
 property bool CanSyncDescriptions { bool get(); void set(bool value); };
bool CanSyncDescriptions();

void CanSyncDescriptions(bool value);
public bool CanSyncDescriptions { get; set; }
var boolean = contactListSyncConstraints.canSyncDescriptions;
contactListSyncConstraints.canSyncDescriptions = boolean;
Public Property CanSyncDescriptions As Boolean

Property Value

Boolean

bool

true if contact descriptions will be synchronized; otherwise, false.

Windows requirements

App capabilities
contactsSystem

Applies to