Bridge

ObsoleteAttribute..::..IsError Property

Gets a Boolean value indicating whether the compiler will treat usage of the obsolete program element as an error.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public bool IsError { get; }
Public ReadOnly Property IsError As Boolean
	Get
public:
property bool^ IsError {
	bool^ get ();
}

Return Value

true if the obsolete element usage is considered an error; otherwise, false. The default is false.