Freigeben über


ContactListSyncConstraints.MaxSiblingRelationships Eigenschaft

Definition

Ruft die maximale Anzahl gleichgeordneter Beziehungen ab, die synchronisiert werden können, oder legt diese fest.

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)

Eigenschaftswert

Die maximale Anzahl gleichgeordneter Beziehungen, die synchronisiert werden können.

Windows-Anforderungen

App-Funktionen
contactsSystem

Gilt für: