Condividi tramite


ContactListSyncConstraints.MaxOtherAddresses Proprietà

Definizione

Ottiene o imposta il numero massimo di voci 'other address' che possono essere sincronizzate.

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)

Valore della proprietà

Numero massimo di voci 'other address' che possono essere sincronizzate.

Requisiti Windows

Funzionalità dell'app
contactsSystem

Si applica a