Partager via


ContactListSyncConstraints.MaxRadioPhoneNumbers Propriété

Définition

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

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

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

Valeur de propriété

Nombre maximal de numéros de téléphone radio pouvant être synchronisés.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à