Поделиться через


ContactListSyncConstraints.MaxChildRelationships Свойство

Определение

Возвращает или задает максимальное количество дочерних связей, которые можно синхронизировать.

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

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

Значение свойства

Максимальное количество дочерних связей, которые можно синхронизировать.

Требования к Windows

Возможности приложения
contactsSystem

Применяется к