IApplicationModel.SaveAsConfigurationCommand Property
Gets an ICommand instance that can be invoked to save a copy of the current ConfigurationSourceModel.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
ReadOnly Property SaveAsConfigurationCommand As ICommand
ICommand SaveAsConfigurationCommand { get; }
property ICommand^ SaveAsConfigurationCommand {
ICommand^ get ();
}
function get SaveAsConfigurationCommand () : ICommand
Field Value
An ICommand instance that can be invoked to save a copy of the current ConfigurationSourceModel.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace