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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- ConfigurationPropertyCollection.IsSynchronized プロパティのページへのリンク