Flag if the extension project is saved.
            
 
    Namespace: 
   Hummingbird.TestFramework.ExtensionProject
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic bool IsSaved { get; }Public ReadOnly Property IsSaved As Boolean
	Get
public:
property bool IsSaved {
	bool get ();
}member IsSaved : bool with get
Property Value
Type: 
Boolean
See Also