Share via


ContactListSyncConstraints.MaxSpouseRelationships Property

Definition

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

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

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

Property Value

The maximum number of spouse relationships that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to