ContactListSyncConstraints.MaxMobilePhoneNumbers 属性

定义

获取或设置可同步的最大移动电话号码数。

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

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

属性值

可以同步的最大移动电话号码数。

Windows 要求

应用功能
contactsSystem

适用于