Saves this project to Xml, to the file stored inside this project's properties.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
SyntaxPublic Function Save As Boolean
Return Value
Type: 
Boolean
            true if save succeeded, false if save was aborted
            
Remarks
            uses MessageBox.Show for error/warning display. if you want to save this project in a non-interactive environment or console application
            please use the Save overload which accepts Func/Action delegates to customize this behavior.
            
See Also