ContactListSyncConstraints.MaxAssistantPhoneNumbers Property

Definition

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

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

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

Property Value

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

Windows requirements

App capabilities
contactsSystem

Applies to