ErrorType Property
|
|
The specific error type.
Namespace:
Ubitsoft.SqlEnlight.ModelAssembly:
Ubitsoft.SqlEnlight.Model (in Ubitsoft.SqlEnlight.Model.dll) Version: 2.0.2.76
Syntax
public ErrorType Type { get; set; }
Public Property Type As ErrorType
Get
Set
public:
property ErrorType Type {
ErrorType get ();
void set (ErrorType value);
}
member Type : ErrorType with get, set
Property Value
Type: ErrorType
The type.
Remarks
See Also