ContactListSyncConstraints.MaxAnniversaryDates プロパティ

定義

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

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

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

プロパティ値

同期できる記念日の最大数。

Windows の要件

アプリの機能
contactsSystem

適用対象