Partager via


IApplicationModel.IsDirty Property

Gets whether the application model contains unsaved changes.

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 IsDirty As Boolean
bool IsDirty { get; }
property bool IsDirty {
    bool get ();
}
function get IsDirty () : boolean

Field Value

truetrue (True in Visual Basic) if the application model contains unsaved changes. Otherwise falsefalse (False in Visual Basic).

See Also

IApplicationModel Interface

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