Click or drag to resize
BroccoliSharp BroEventParameterCount Property
Gets the number of parameters added to this BroEvent.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public int ParameterCount { get; }

Property Value

Type: Int32
Remarks
BroEvent instance can be enumerated to access parameter values.
See Also