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

适用于