Поделиться через


ContactListSyncConstraints.MaxOtherPhoneNumbers Свойство

Определение

Возвращает или задает максимальное число номеров других телефонов, которые можно синхронизировать.

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

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

Значение свойства

Максимальное число номеров "других телефонов", которые можно синхронизировать.

Требования к Windows

Возможности приложения
contactsSystem

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