ContactListSyncConstraints.MaxPartnerRelationships Property

Definition

Gets or sets the maximum number of partner relationships that can be synchronized.

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)

Property Value

The maximum number of partner relationships that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to