ContactListSyncConstraints.MaxSiblingRelationships Property

Definition

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

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

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

Property Value

The maximum number of sibling relationships that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to