ContactListSyncConstraints.MaxOtherPhoneNumbers Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el número máximo de números de "otro teléfono" que se pueden sincronizar.
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)
Valor de propiedad
Número máximo de números de "otro teléfono" que se pueden sincronizar.
Requisitos de Windows
Características de aplicaciones |
contactsSystem
|