|
BroEventArgsParameters Property |
Parameters of the Bro event.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroValue[] Parameters { get; set; }
Public Property Parameters As BroValue()
Get
Set
member Parameters : BroValue[] with get, set
/** @property */
public BroValue[] get_Parameters()
/** @property */
public void set_Parameters(BroValue[] value)
function get_Parameters();
function set_Parameters(value);
Property Value
Type:
BroValueRemarks See Also