ContactListSyncConstraints.MaxBirthdayDates プロパティ

定義

同期できる誕生日の日付の最大数を取得または設定します。

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

適用対象