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.
Returns the status of local changes made to the model, which haven't been saved to the server.
If the model is not connected, this value is always False.
public bool HasLocalChanges { get; }
member this.HasLocalChanges : bool
Public ReadOnly Property HasLocalChanges As Boolean