ContactListSyncConstraints.MaxBirthdayDates 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定可以同步處理的生日數目上限。
public:
property IReference<int> ^ MaxBirthdayDates { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> MaxBirthdayDates();
void MaxBirthdayDates(IReference<int> value);
public System.Nullable<int> MaxBirthdayDates { get; set; }
var iReference = contactListSyncConstraints.maxBirthdayDates;
contactListSyncConstraints.maxBirthdayDates = iReference;
Public Property MaxBirthdayDates As Nullable(Of Integer)
屬性值
可以同步處理的生日日期數目上限。
Windows 需求
應用程式功能 |
contactsSystem
|