| 
            BroRecordItem Property (String) | 
          
        
        
        
            Gets or sets the 
BroValue for the specified field 
name.
            
 
         
        Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntaxpublic BroValue this[
	string name
] { get; set; }Public Default Property Item ( 
	name As String
) As BroValue
	Get
	Set
member Item : BroValue with get, set
/** @property */
public BroValue get_Item(
	String name
)
/** @property */
public void set_Item(BroValue value)
function get_Item(name);
function set_Item(value);
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
See Also