ContactListSyncConstraints.MaxOtherRelationships Property

Definition

Gets or sets the maximum number of 'other relationship' entries that can be synchronized.

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)

Property Value

The maximum number of 'other relationship' entries that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to