Click or drag to resize
BroccoliSharp BroRecordItem Property (String)
Gets or sets the BroValue for the specified field name.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroValue this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
Then name of the BroField to get or set.

Return Value

Type: BroValue
The BroField with the specified field name, or null if there was an issue retrieving value.
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot get or set BroField, Bro record is disposed.
ArgumentNullExceptionname is null.
ArgumentNullExceptionCannot set a nullBroField.
InvalidOperationExceptionFailed to update BroField with name.
See Also