ObsoleteAttribute.IsError Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a Boolean value indicating whether the compiler will treat usage of the obsolete program element as an error.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the obsolete element usage is considered an error; otherwise, false. The default is false.
Show: