IApplicationModel.Save Method
Saves the current ConfigurationSourceModel and any open Configuration Environments.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Function Save As Boolean
bool Save()
bool Save()
function Save() : boolean
Return Value
truetrue (True in Visual Basic) if saving the ConfigurationSourceModel completed successfully, otherwise falsefalse (False in Visual Basic). E.g. The user cancelled saving the current ConfigurationSourceModel.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace