Interface IWarning
A notification with information about any unusual observation.
Namespace: Oasys.AdSec
Assembly: AdSec_API_IDL.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 |