ContactListSyncConstraints.MaxRadioPhoneNumbers プロパティ

定義

同期できる無線電話番号の最大数を取得または設定します。

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

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

プロパティ値

同期できる無線電話番号の最大数。

Windows の要件

アプリの機能
contactsSystem

適用対象