Partager via


ContactListSyncConstraints.MaxOtherPhoneNumbers Propriété

Définition

Obtient ou définit le nombre maximal de numéros « autres téléphones » pouvant être synchronisés.

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)

Valeur de propriété

Nombre maximal de numéros « autres téléphones » pouvant être synchronisés.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à