ContactListSyncConstraints.MaxHomePhoneNumbers Property

Definition

Gets or sets the maximum number of home phone numbers that can be synchronized.

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)

Property Value

The maximum number of home phone numbers that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to