Saves this project to Xml, to the file stored inside this project's properties.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.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