共用方式為


ContactListSyncConstraints.MaxOtherRelationships 屬性

定義

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

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

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

屬性值

可以同步處理的「其他關聯性」專案數目上限。

Windows 需求

應用程式功能
contactsSystem

適用於