次の方法で共有


ContactListSyncConstraints.MaxPartnerRelationships プロパティ

定義

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

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

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

プロパティ値

同期できるパートナー リレーションシップの最大数。

Windows の要件

アプリの機能
contactsSystem

適用対象