Share via


ExtensionLoadError.Severity Property

Gets the error severity.

Namespace:  Microsoft.Data.Schema.Extensibility
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
The severity indication.

.NET Framework Security

See Also

Reference

ExtensionLoadError Class

Microsoft.Data.Schema.Extensibility Namespace