ConfigurationPropertyCollection.IsSynchronized プロパティ
アセンブリ: System.Configuration (system.configuration.dll 内)

Dim instance As ConfigurationPropertyCollection Dim value As Boolean value = instance.IsSynchronized
ConfigurationPropertyCollection へのアクセスが同期されている場合は true。それ以外の場合は false。

IsSynchronized プロパティから値を取得する方法を次の例に示します。
Dim isSync As Boolean = _Properties.IsSynchronized Console.WriteLine( _ "Properties is synchronized: {0}", isSync.ToString())
bool isSync = _Properties.IsSynchronized; Console.WriteLine( "Properties is synchronized: {0}", isSync.ToString());

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からConfigurationPropertyCollection.IsSynchronized プロパティを検索する場合は、下記のリンクをクリックしてください。

- ConfigurationPropertyCollection.IsSynchronized プロパティのページへのリンク