ContactListSyncConstraints.MaxMobilePhoneNumbers 屬性

定義

取得或設定可同步處理之行動電話數目上限。

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

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

屬性值

可同步處理的行動電話號碼數目上限。

Windows 需求

應用程式功能
contactsSystem

適用於