Partager via


ContactListSyncConstraints.MaxCompanyPhoneNumbers Propriété

Définition

Obtient ou définit le nombre maximal de numéros de téléphone d’entreprise pouvant être synchronisés.

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

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

Valeur de propriété

Nombre maximal de numéros de téléphone d’entreprise pouvant être synchronisés.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à