|
BroConnectionData Property |
Gets data storage facility that can store arbitrary data associated with this
BroConnection.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public Dictionary<string, Object> Data { get; }
Public ReadOnly Property Data As Dictionary(Of String, Object)
Get
member Data : Dictionary<string, Object> with get
/** @property */
public Dictionary<String, Object> get_Data()
Property Value
Type:
DictionaryString,
ObjectSee Also