DataSchemaError.Severity Property

Gets the severity assigned to the error.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property Severity As ErrorSeverity
public ErrorSeverity Severity { get; }
public:
property ErrorSeverity Severity {
    ErrorSeverity get ();
}
member Severity : ErrorSeverity
function get Severity () : ErrorSeverity

Property Value

Type: Microsoft.Data.Schema.ErrorSeverity
A member of the ErrorSeverity enumeration that indicates the severity of the error.

.NET Framework Security

See Also

Reference

DataSchemaError Class

Microsoft.Data.Schema Namespace

ErrorSeverity