ContactListSyncConstraints.MaxOtherAddresses 屬性

定義

取得或設定可以同步處理的「其他位址」專案數目上限。

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

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

屬性值

可以同步處理的「其他位址」專案數目上限。

Windows 需求

應用程式功能
contactsSystem

適用於