ContactListSyncConstraints.MaxMobilePhoneNumbers Property

Definition

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

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

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

Property Value

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

Windows requirements

App capabilities
contactsSystem

Applies to