Share via


ContactListSyncConstraints.MaxJobInfo Property

Definition

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

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

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

Property Value

The maximum number of job info entries that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to