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

適用対象