次の方法で共有


ContactListSyncConstraints.MaxWebsites プロパティ

定義

同期できる Web サイト エントリの最大数を取得または設定します。

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

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

プロパティ値

同期できる Web サイト エントリの最大数。

Windows の要件

アプリの機能
contactsSystem

適用対象