ContactListSyncConstraints.MaxChildRelationships Property

Definition

Gets or sets the maximum number of child relationships that can be synchronized.

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)

Property Value

The maximum number of child relationships that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to