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

適用対象