इसके माध्यम से साझा किया गया


ContactListSyncConstraints.MaxCompanyPhoneNumbers Property

Definition

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

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

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

Property Value

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

Windows requirements

App capabilities
contactsSystem

Applies to