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

适用于