Del via


IApplicationModel.SaveConfigurationCommand Property

Gets an ICommand instance that can be invoked to save 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 SaveConfigurationCommand As ICommand
ICommand SaveConfigurationCommand { get; }
property ICommand^ SaveConfigurationCommand {
    ICommand^ get ();
}
function get SaveConfigurationCommand () : ICommand

Field Value

An ICommand instance that can be invoked to save the current ConfigurationSourceModel.

See Also

IApplicationModel Interface

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace

IApplicationModel.Save()