ContactListSyncConstraints.MaxHomePhoneNumbers Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il numero massimo di numeri di telefono home che possono essere sincronizzati.
public:
property IReference<int> ^ MaxHomePhoneNumbers { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> MaxHomePhoneNumbers();
void MaxHomePhoneNumbers(IReference<int> value);
public System.Nullable<int> MaxHomePhoneNumbers { get; set; }
var iReference = contactListSyncConstraints.maxHomePhoneNumbers;
contactListSyncConstraints.maxHomePhoneNumbers = iReference;
Public Property MaxHomePhoneNumbers As Nullable(Of Integer)
Valore della proprietà
Numero massimo di numeri di telefono di casa che possono essere sincronizzati.
Requisiti Windows
Funzionalità dell'app |
contactsSystem
|