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