共用方式為


ContactListSyncConstraints.MaxPartnerRelationships 屬性

定義

取得或設定可同步處理的夥伴關聯性數目上限。

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

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

屬性值

可同步處理的夥伴關聯性數目上限。

Windows 需求

應用程式功能
contactsSystem

適用於