ContactListSyncConstraints.CanSyncDescriptions 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 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
|