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