ContactListSyncConstraints.MaxOtherAddresses プロパティ

定義

同期できる "その他のアドレス" エントリの最大数を取得または設定します。

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

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

プロパティ値

同期できる "その他のアドレス" エントリの最大数。

Windows の要件

アプリの機能
contactsSystem

適用対象