Model.HasLocalChanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an indication if the model has local changes that have not been saved to the engine yet.
public bool HasLocalChanges { get; }
member this.HasLocalChanges : bool
Public ReadOnly Property HasLocalChanges As Boolean
Property Value
True, if the model has local changes; otherwise, false.
Remarks
A disconnected model, will always return a value of false.