Share via


ExtensionError.Severity Property

The severity of the error.

Namespace:  Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

Syntax

'Declaration
Public Property Severity As ExtensionErrorSeverity
    Get
    Set
'Usage
Dim instance As ExtensionError
Dim value As ExtensionErrorSeverity

value = instance.Severity

instance.Severity = value
public ExtensionErrorSeverity Severity { get; set; }
public:
property ExtensionErrorSeverity Severity {
    ExtensionErrorSeverity get ();
    void set (ExtensionErrorSeverity value);
}
function get Severity () : ExtensionErrorSeverity
function set Severity (value : ExtensionErrorSeverity)

Property Value

Type: Microsoft.Data.Entity.Design.Extensibility.ExtensionErrorSeverity
The severity of the error.

Remarks

The ExtensionError class is used when building a Visual Studio extension that extends the functionality of the Entity Data Model Designer.

Permissions

See Also

Reference

ExtensionError Class

ExtensionError Members

Microsoft.Data.Entity.Design.Extensibility Namespace

Other Resources

Visual Studio Extensibility Developer Center

Developing Visual Studio Extensions

Extending the Entity Data Model Tools