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

Применяется к