Condividi tramite


ContactListSyncConstraints.MaxMobilePhoneNumbers Proprietà

Definizione

Ottiene o imposta il numero massimo di numeri di telefono cellulare che possono essere sincronizzati.

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)

Valore della proprietà

Numero massimo di numeri di telefono cellulare che possono essere sincronizzati.

Requisiti Windows

Funzionalità dell'app
contactsSystem

Si applica a