Partager via


ContactListSyncConstraints.MaxOtherRelationships Propriété

Définition

Obtient ou définit le nombre maximal d’entrées « other relationship » qui peuvent être synchronisées.

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

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

Valeur de propriété

Nombre maximal d’entrées « autre relation » pouvant être synchronisées.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à