ContactListSyncConstraints.MaxParentRelationships Property

Definition

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

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)

Property Value

The maximum number of parent relationships that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to