AbstractAssertionStatus Property  | 
 
            Gets or sets the Status of the current Assertion.
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.Assertions
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[XmlIgnoreAttribute]
public TestStatus Status { get; set; }<XmlIgnoreAttribute>
Public Property Status As TestStatus
	Get
	Set
public:
[XmlIgnoreAttribute]
property TestStatus Status {
	TestStatus get ();
	void set (TestStatus value);
}[<XmlIgnoreAttribute>]
member Status : TestStatus with get, set
Property Value
Type: 
TestStatus
            One of the Status. The default value is 
NoRun if the assertion is not yet run.
            
See Also