|
BroTableValueType Property |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroType ValueType { get; }
Public ReadOnly Property ValueType As BroType
Get
member ValueType : BroType with get
/** @property */
public BroType get_ValueType()
function get_ValueType();
Property Value
Type:
BroTypeRemarks
First item added to the table will determine the value type for all subsequent key/value pairs.
See Also