|
BroEventArgsEventTime Property |
Timestamp of the Bro event.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroTime EventTime { get; set; }
Public Property EventTime As BroTime
Get
Set
member EventTime : BroTime with get, set
/** @property */
public BroTime get_EventTime()
/** @property */
public void set_EventTime(BroTime value)
function get_EventTime();
function set_EventTime(value);
Property Value
Type:
BroTimeRemarks See Also