Click or drag to resize
BroccoliSharp BroTableItem Property (Object, BroType, String)
Gets or sets the BroValue with the specified key of keyType.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroValue this[
	Object key,
	BroType keyType,
	string keyTypeName = null
] { get; set; }

Parameters

key
Type: SystemObject
The BroValue key of the element to get or set.
keyType
Type: BroccoliSharpBroType
The BroType of the key.
keyTypeName (Optional)
Type: SystemString
Optional name of specialized type of key.

Return Value

Type: BroValue
The BroValue with the specified key if successful; otherwise, null.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ObjectDisposedExceptionCannot get or add key/value pair, BroTable is disposed.
InvalidOperationExceptionFailed to add BroValue for the specified key.
See Also