ContactListSyncConstraints.MaxBusinessFaxPhoneNumbers Property

Definition

Gets or sets the maximum number of business fax numbers that can be synchronized.

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

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

Property Value

The maximum number of business fax numbers that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to