Share via


ContactListSyncConstraints.MaxOtherAddresses Property

Definition

Gets or sets the maximum number of 'other address' entries that can be synchronized.

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

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

Property Value

The maximum number of 'other address' entries that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to