CompilerError::IsWarning Property

 

Gets or sets a value that indicates whether the error is a warning.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
property bool IsWarning {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the error is a warning; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: