StandardTableColumnDefinitions.ErrorSeverity Field
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.
Column used to display the entry's severity (based on either StandardTableKeyNames.ErrorSeverityImage or StandardTableKeyNames.ErrorSeverity).
public: System::String ^ ErrorSeverity;
std::wstring ErrorSeverity;
public const string ErrorSeverity;
val mutable ErrorSeverity : string
Public Const ErrorSeverity As String
Field Value
Remarks
This column uses the ErrorSeverity or ErrorSeverityImage key name in an entry.
If ErrorSeverityImage is specified then that ImageMoniker displayed in the column. Otherwise a moniker based on ErrorSeverity is used.