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

适用于