|
BroRecordCount Property |
Gets the number of fields contained in this
BroRecord.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public int Count { get; }
Public ReadOnly Property Count As Integer
Get
abstract Count : int with get
override Count : int with get
/** @property */
public final int get_Count()
Return Value
Type:
Int32
The number of fields contained in this
BroRecord.
Implements
ICollectionTCountSee Also