IComponentErrorInfo.Level Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a TraceLevel enumeration value indicating what messages to output for the Debug, Trace and TraceSwitch classes.
public:
property System::Diagnostics::TraceLevel Level { System::Diagnostics::TraceLevel get(); };
public System.Diagnostics.TraceLevel Level { get; }
member this.Level : System.Diagnostics.TraceLevel
Public ReadOnly Property Level As TraceLevel
Property Value
A TraceLevel enumeration value indicating what messages to output for the Debug, Trace and TraceSwitch classes.
Remarks
The TraceLevel enumeration indicates what messages to output for the Debug, Trace and TraceSwitch classes. For more information on TraceLevel
, see TraceLevel Enumeration in the .NET Framework Class Library.