ContactListSyncConstraints.MaxOtherDates Property

Definition

Gets or sets the maximum number of 'other dates' that can be synchronized.

public:
 property IReference<int> ^ MaxOtherDates { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> MaxOtherDates();

void MaxOtherDates(IReference<int> value);
public System.Nullable<int> MaxOtherDates { get; set; }
var iReference = contactListSyncConstraints.maxOtherDates;
contactListSyncConstraints.maxOtherDates = iReference;
Public Property MaxOtherDates As Nullable(Of Integer)

Property Value

The maximum number of 'other dates' that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to