Partager via


ContactListSyncConstraints.MaxPartnerRelationships Propriété

Définition

Obtient ou définit le nombre maximal de relations de partenaires pouvant être synchronisées.

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)

Valeur de propriété

Nombre maximal de relations de partenaires pouvant être synchronisées.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à