ContactListSyncConstraints.MaxOtherRelationships プロパティ

定義

同期できる "その他のリレーションシップ" エントリの最大数を取得または設定します。

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

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

プロパティ値

同期できる "その他のリレーションシップ" エントリの最大数。

Windows の要件

アプリの機能
contactsSystem

適用対象