ContactListSyncConstraints.MaxWorkPhoneNumbers Property

Definition

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

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

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

Property Value

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

Windows requirements

App capabilities
contactsSystem

Applies to