Interface IWarning
A notification with information about any unusual observation.
Namespace: Oasys.AdSec
Assembly: cs.temp.dll.dll
Syntax
public interface IWarning
Properties
Description
Describes the observation.
Declaration
string Description { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RecordTime
Time in UTC at which the observation was recorded.
Declaration
DateTime RecordTime { get; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |