共用方式為


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

適用於