Share via


ContactListSyncConstraints.MaxWebsites Property

Definition

Gets or sets the maximum number of website entries that can be synchronized.

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

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

Property Value

The maximum number of website entries that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to