PropertyInformation.DefaultValue プロパティ
アセンブリ: System.Configuration (system.configuration.dll 内)
構文public Object DefaultValue { get; }
構成属性の既定値を格納しているオブジェクト。
使用例DefaultValue プロパティを使用する方法を次のコード例に示します。このコード例は、PropertyInformation クラスのトピックで取り上げているコード例の一部分です。
' Display the DefaultValue property. Console.WriteLine("DefaultValue: {0}", _ propertyItem.DefaultValue) _
// Display the DefaultValue property. Console.WriteLine("DefaultValue: {0}", propertyItem.DefaultValue);
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- PropertyInformation.DefaultValue プロパティのページへのリンク