Partager via


ContactListSyncConstraints.MaxChildRelationships Propriété

Définition

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

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

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

Valeur de propriété

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

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à