ContactListSyncConstraints.MaxOtherPhoneNumbers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of 'other phone' numbers that can be synchronized.
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)
Property Value
The maximum number of 'other phone' numbers that can be synchronized.
Windows requirements
App capabilities |
contactsSystem
|