Compartir a través de


ContactListSyncConstraints.MaxChildRelationships Propiedad

Definición

Obtiene o establece el número máximo de relaciones secundarias que se pueden sincronizar.

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)

Valor de propiedad

Número máximo de relaciones secundarias que se pueden sincronizar.

Requisitos de Windows

Características de aplicaciones
contactsSystem

Se aplica a