The type of error, e.g., runtime, field validation, error, warning
Namespace: Asi.iBO.ErrorsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public ErrorCategory Category { get; set; } |
| Visual Basic |
|---|
Public Property Category As ErrorCategory Get Set |
| Visual C++ |
|---|
public: property ErrorCategory Category { ErrorCategory get (); void set (ErrorCategory value); } |