|
BroEventParameterCount Property |
Gets the number of parameters added to this
BroEvent.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public int ParameterCount { get; }
Public ReadOnly Property ParameterCount As Integer
Get
member ParameterCount : int with get
/** @property */
public int get_ParameterCount()
function get_ParameterCount();
Property Value
Type:
Int32Remarks BroEvent instance can be enumerated to access parameter values.
See Also