AbstractAssertionInformation Property  | 
 
            Gets or sets the information, error message related to the assertion.
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.Assertions
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[XmlIgnoreAttribute]
public ObservableCollection<string> Information { get; }<XmlIgnoreAttribute>
Public ReadOnly Property Information As ObservableCollection(Of String)
	Get
public:
[XmlIgnoreAttribute]
property ObservableCollection<String^>^ Information {
	ObservableCollection<String^>^ get ();
}[<XmlIgnoreAttribute>]
member Information : ObservableCollection<string> with get
Property Value
Type: 
ObservableCollectionString
            The information related to the assertion, It may contains detailed information if the assertion is failed.
            
See Also