共用方式為


ContactListSyncConstraints.MaxCompanyPhoneNumbers 屬性

定義

取得或設定可同步處理之公司電話號碼的最大數目。

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)

屬性值

可以同步處理的公司電話號碼數目上限。

Windows 需求

應用程式功能
contactsSystem

適用於