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


ContactListSyncConstraints.MaxOtherAddresses Свойство

Определение

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

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

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

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

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

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

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

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