ContactListSyncConstraints.MaxSpouseRelationships プロパティ

定義

同期できる配偶者関係の最大数を取得または設定します。

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

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

プロパティ値

同期できる配偶者関係の最大数。

Windows の要件

アプリの機能
contactsSystem

適用対象