ContactListSyncConstraints.MaxParentRelationships 屬性

定義

取得或設定可同步處理的父關聯性數目上限。

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

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

屬性值

可以同步處理的父關聯性數目上限。

Windows 需求

應用程式功能
contactsSystem

適用於