Saves this instance. when the file has never been saved or loaded, the return value will be False. SaveAs(string path) should be called for the first save.
            
 
    Namespace: 
   Hummingbird.TestFramework.ExtensionProject
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
SyntaxPublic Function Save As Boolean
member Save : unit -> bool 
Return Value
Type: 
BooleanBoolean value indicates if the save is successful, if not user have to choose a path and filename to save again using SaveAs
See Also