ExtensionNodeIsAnalysed Property  | 
 
            Gets or sets a value indicating whether this instance is analyzed.
            
 
    Namespace: 
   Hummingbird.TestFramework.ExtensionProject
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public bool IsAnalysed { get; set; }<DataMemberAttribute>
Public Property IsAnalysed As Boolean
	Get
	Set
public:
[DataMemberAttribute]
property bool IsAnalysed {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute>]
member IsAnalysed : bool with get, set
Property Value
Type: 
Booleantrue if this instance is analyzed; otherwise, 
false.
            
See Also