|
BroTableItem Property (Object, BroType, String) |
Gets or sets the
BroValue with the specified
key of
keyType.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroValue this[
Object key,
BroType keyType,
string keyTypeName = null
] { get; set; }
Public Default Property Item (
key As Object,
keyType As BroType,
Optional keyTypeName As String = Nothing
) As BroValue
Get
Set
member Item : BroValue with get, set
/** @property */
public BroValue get_Item(
Object key,
BroType keyType,
String keyTypeName = null
)
/** @property */
public void set_Item(BroValue value)
function get_Item(key, keyType, keyTypeName);
function set_Item(value);
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 See Also