ContactListSyncConstraints
ContactListSyncConstraints
ContactListSyncConstraints
ContactListSyncConstraints
Class
Definition
Specifies limits on how much contact list data can be synchronized.
public : sealed class ContactListSyncConstraints : IContactListSyncConstraintspublic sealed class ContactListSyncConstraints : IContactListSyncConstraintsPublic NotInheritable Class ContactListSyncConstraints Implements IContactListSyncConstraints// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
CanSyncDescriptions CanSyncDescriptions CanSyncDescriptions CanSyncDescriptions
Gets or sets a Boolean value that indicates whether to synchronize contact descriptions.
public : PlatForm::Boolean CanSyncDescriptions { get; set; }public bool CanSyncDescriptions { get; set; }Public ReadWrite Property CanSyncDescriptions As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True indicates that contact descriptions will be synchronized; false, otherwise.
MaxAnniversaryDates MaxAnniversaryDates MaxAnniversaryDates MaxAnniversaryDates
Gets or sets the maximum number of anniversary dates that can be synchronized.
public : IReference<int> MaxAnniversaryDates { get; set; }public Nullable<int> MaxAnniversaryDates { get; set; }Public ReadWrite Property MaxAnniversaryDates As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of anniversary dates that can be synchronized.
MaxAssistantPhoneNumbers MaxAssistantPhoneNumbers MaxAssistantPhoneNumbers MaxAssistantPhoneNumbers
Gets or sets the maximum number of assistant phone numbers that can be synchronized.
public : IReference<int> MaxAssistantPhoneNumbers { get; set; }public Nullable<int> MaxAssistantPhoneNumbers { get; set; }Public ReadWrite Property MaxAssistantPhoneNumbers As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of assistant phone numbers that can be synchronized.
MaxBirthdayDates MaxBirthdayDates MaxBirthdayDates MaxBirthdayDates
Gets or sets the maximum number of birthday dates that can be synchronized.
public : IReference<int> MaxBirthdayDates { get; set; }public Nullable<int> MaxBirthdayDates { get; set; }Public ReadWrite Property MaxBirthdayDates As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of birthday dates that can be synchronized.
MaxBusinessFaxPhoneNumbers MaxBusinessFaxPhoneNumbers MaxBusinessFaxPhoneNumbers MaxBusinessFaxPhoneNumbers
Gets or sets the maximum number of business fax numbers that can be synchronized.
public : IReference<int> MaxBusinessFaxPhoneNumbers { get; set; }public Nullable<int> MaxBusinessFaxPhoneNumbers { get; set; }Public ReadWrite Property MaxBusinessFaxPhoneNumbers As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of business fax numbers that can be synchronized.
MaxChildRelationships MaxChildRelationships MaxChildRelationships MaxChildRelationships
Gets or sets the maximum number of child relationships that can be synchronized.
public : IReference<int> MaxChildRelationships { get; set; }public Nullable<int> MaxChildRelationships { get; set; }Public ReadWrite Property MaxChildRelationships As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of child relationships that can be synchronized.
MaxCompanyPhoneNumbers MaxCompanyPhoneNumbers MaxCompanyPhoneNumbers MaxCompanyPhoneNumbers
Gets or sets the maximum number of company phone numbers that can be synchronized.
public : IReference<int> MaxCompanyPhoneNumbers { get; set; }public Nullable<int> MaxCompanyPhoneNumbers { get; set; }Public ReadWrite Property MaxCompanyPhoneNumbers As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of company phone numbers that can be synchronized.
MaxHomeAddresses MaxHomeAddresses MaxHomeAddresses MaxHomeAddresses
Gets or sets the maximum number of home addresses that can be synchronized.
public : IReference<int> MaxHomeAddresses { get; set; }public Nullable<int> MaxHomeAddresses { get; set; }Public ReadWrite Property MaxHomeAddresses As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of home addresses that can be synchronized.
MaxHomeFaxPhoneNumbers MaxHomeFaxPhoneNumbers MaxHomeFaxPhoneNumbers MaxHomeFaxPhoneNumbers
Gets or sets the maximum number of home fax phone numbers that can be synchronized.
public : IReference<int> MaxHomeFaxPhoneNumbers { get; set; }public Nullable<int> MaxHomeFaxPhoneNumbers { get; set; }Public ReadWrite Property MaxHomeFaxPhoneNumbers As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of home fax phone numbers that can be synchronized.
MaxHomePhoneNumbers MaxHomePhoneNumbers MaxHomePhoneNumbers MaxHomePhoneNumbers
Gets or sets the maximum number of home phone numbers that can be synchronized.
public : IReference<int> MaxHomePhoneNumbers { get; set; }public Nullable<int> MaxHomePhoneNumbers { get; set; }Public ReadWrite Property MaxHomePhoneNumbers As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of home phone numbers that can be synchronized.
MaxJobInfo MaxJobInfo MaxJobInfo MaxJobInfo
Gets or sets the maximum number of job info entries that can be synchronized.
public : IReference<int> MaxJobInfo { get; set; }public Nullable<int> MaxJobInfo { get; set; }Public ReadWrite Property MaxJobInfo As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of job info entries that can be synchronized.
MaxMobilePhoneNumbers MaxMobilePhoneNumbers MaxMobilePhoneNumbers MaxMobilePhoneNumbers
Gets or sets the maximum number of mobile phone numbers that can be synchronized.
public : IReference<int> MaxMobilePhoneNumbers { get; set; }public Nullable<int> MaxMobilePhoneNumbers { get; set; }Public ReadWrite Property MaxMobilePhoneNumbers As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of mobile phone numbers that can be synchronized.
MaxOtherAddresses MaxOtherAddresses MaxOtherAddresses MaxOtherAddresses
Gets or sets the maximum number of 'other address' entries that can be synchronized.
public : IReference<int> MaxOtherAddresses { get; set; }public Nullable<int> MaxOtherAddresses { get; set; }Public ReadWrite Property MaxOtherAddresses As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of 'other address' entries that can be synchronized.
MaxOtherDates MaxOtherDates MaxOtherDates MaxOtherDates
Gets or sets the maximum number of 'other dates' that can be synchronized.
public : IReference<int> MaxOtherDates { get; set; }public Nullable<int> MaxOtherDates { get; set; }Public ReadWrite Property MaxOtherDates As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of 'other dates' that can be synchronized.
MaxOtherEmailAddresses MaxOtherEmailAddresses MaxOtherEmailAddresses MaxOtherEmailAddresses
Gets or sets the maximum number of 'other email' addresses that can be synchronized.
public : IReference<int> MaxOtherEmailAddresses { get; set; }public Nullable<int> MaxOtherEmailAddresses { get; set; }Public ReadWrite Property MaxOtherEmailAddresses As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of 'other email' addresses that can be synchronized.
MaxOtherPhoneNumbers MaxOtherPhoneNumbers MaxOtherPhoneNumbers MaxOtherPhoneNumbers
Gets or sets the maximum number of 'other phone' numbers that can be synchronized.
public : IReference<int> MaxOtherPhoneNumbers { get; set; }public Nullable<int> MaxOtherPhoneNumbers { get; set; }Public ReadWrite Property MaxOtherPhoneNumbers As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of 'other phone' numbers that can be synchronized.
MaxOtherRelationships MaxOtherRelationships MaxOtherRelationships MaxOtherRelationships
Gets or sets the maximum number of 'other relationship' entries that can be synchronized.
public : IReference<int> MaxOtherRelationships { get; set; }public Nullable<int> MaxOtherRelationships { get; set; }Public ReadWrite Property MaxOtherRelationships As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of 'other relationship' entries that can be synchronized.
MaxPagerPhoneNumbers MaxPagerPhoneNumbers MaxPagerPhoneNumbers MaxPagerPhoneNumbers
Gets or sets the maximum number of page phone numbers that can be synchronized.
public : IReference<int> MaxPagerPhoneNumbers { get; set; }public Nullable<int> MaxPagerPhoneNumbers { get; set; }Public ReadWrite Property MaxPagerPhoneNumbers As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of page phone numbers that can be synchronized.
MaxParentRelationships MaxParentRelationships MaxParentRelationships MaxParentRelationships
Gets or sets the maximum number of parent relationships that can be synchronized.
public : IReference<int> MaxParentRelationships { get; set; }public Nullable<int> MaxParentRelationships { get; set; }Public ReadWrite Property MaxParentRelationships As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of parent relationships that can be synchronized.
MaxPartnerRelationships MaxPartnerRelationships MaxPartnerRelationships MaxPartnerRelationships
Gets or sets the maximum number of partner relationships that can be synchronized.
public : IReference<int> MaxPartnerRelationships { get; set; }public Nullable<int> MaxPartnerRelationships { get; set; }Public ReadWrite Property MaxPartnerRelationships As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of partner relationships that can be synchronized.
MaxPersonalEmailAddresses MaxPersonalEmailAddresses MaxPersonalEmailAddresses MaxPersonalEmailAddresses
Gets or sets the maximum number of personal email addresses that can be synchronized.
public : IReference<int> MaxPersonalEmailAddresses { get; set; }public Nullable<int> MaxPersonalEmailAddresses { get; set; }Public ReadWrite Property MaxPersonalEmailAddresses As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of personal email addresses that can be synchronized.
MaxRadioPhoneNumbers MaxRadioPhoneNumbers MaxRadioPhoneNumbers MaxRadioPhoneNumbers
Gets or sets the maximum number of radio phone numbers that can be synchronized.
public : IReference<int> MaxRadioPhoneNumbers { get; set; }public Nullable<int> MaxRadioPhoneNumbers { get; set; }Public ReadWrite Property MaxRadioPhoneNumbers As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of radio phone numbers that can be synchronized.
MaxSiblingRelationships MaxSiblingRelationships MaxSiblingRelationships MaxSiblingRelationships
Gets or sets the maximum number of sibling relationships that can be synchronized.
public : IReference<int> MaxSiblingRelationships { get; set; }public Nullable<int> MaxSiblingRelationships { get; set; }Public ReadWrite Property MaxSiblingRelationships As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of sibling relationships that can be synchronized.
MaxSpouseRelationships MaxSpouseRelationships MaxSpouseRelationships MaxSpouseRelationships
Gets or sets the maximum number of spouse relationships that can be synchronized.
public : IReference<int> MaxSpouseRelationships { get; set; }public Nullable<int> MaxSpouseRelationships { get; set; }Public ReadWrite Property MaxSpouseRelationships As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of spouse relationships that can be synchronized.
MaxWebsites MaxWebsites MaxWebsites MaxWebsites
Gets or sets the maximum number of website entries that can be synchronized.
public : IReference<int> MaxWebsites { get; set; }public Nullable<int> MaxWebsites { get; set; }Public ReadWrite Property MaxWebsites As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of website entries that can be synchronized.
MaxWorkAddresses MaxWorkAddresses MaxWorkAddresses MaxWorkAddresses
Gets or sets the maximum number of work addresses that can be synchronized.
public : IReference<int> MaxWorkAddresses { get; set; }public Nullable<int> MaxWorkAddresses { get; set; }Public ReadWrite Property MaxWorkAddresses As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of work addresses that can be synchronized.
MaxWorkEmailAddresses MaxWorkEmailAddresses MaxWorkEmailAddresses MaxWorkEmailAddresses
Gets or sets the maximum number of work email addresses that can be synchronized.
public : IReference<int> MaxWorkEmailAddresses { get; set; }public Nullable<int> MaxWorkEmailAddresses { get; set; }Public ReadWrite Property MaxWorkEmailAddresses As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of work email addresses that can be synchronized.
MaxWorkPhoneNumbers MaxWorkPhoneNumbers MaxWorkPhoneNumbers MaxWorkPhoneNumbers
Gets or sets the maximum number of work phone numbers that can be synchronized.
public : IReference<int> MaxWorkPhoneNumbers { get; set; }public Nullable<int> MaxWorkPhoneNumbers { get; set; }Public ReadWrite Property MaxWorkPhoneNumbers As Nullable<int>// You can use this property in JavaScript.
- Value
- IReference<int> Nullable<int> Nullable<int> Nullable<int>
The maximum number of work phone numbers that can be synchronized.