Partager via


ContactListSyncConstraints.MaxParentRelationships Propriété

Définition

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

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

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

Valeur de propriété

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

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à