Jaa


IApplicationModel.ExitCommand Property

Gets an ICommand instance that can be invoked to close the application.

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 ExitCommand As ICommand
ICommand ExitCommand { get; }
property ICommand^ ExitCommand {
    ICommand^ get ();
}
function get ExitCommand () : ICommand

Field Value

An ICommand instance that can be invoked to close the application.

See Also

IApplicationModel Interface

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