Поделиться через


ContactListSyncConstraints.MaxOtherDates Свойство

Определение

Возвращает или задает максимальное число "других дат", которые можно синхронизировать.

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)

Значение свойства

Максимальное число "других дат", которые можно синхронизировать.

Требования к Windows

Возможности приложения
contactsSystem

Применяется к