ReportItemVariables Property  | 
 
            Gets or sets the variables.
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.Report
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public Variable[] Variables { get; set; }<DataMemberAttribute>
Public Property Variables As Variable()
	Get
	Set
public:
[DataMemberAttribute]
property array<Variable^>^ Variables {
	array<Variable^>^ get ();
	void set (array<Variable^>^ value);
}[<DataMemberAttribute>]
member Variables : Variable[] with get, set
Property Value
Type: 
Variable
            The variables.
            
See Also