DataMappedObject.IsRefreshedObject 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 a value indicating whether the current generic data object is refreshed, and thus has updated information.
protected:
property bool IsRefreshedObject { bool get(); };
protected bool IsRefreshedObject { get; }
member this.IsRefreshedObject : bool
Protected ReadOnly Property IsRefreshedObject As Boolean
Property Value
true if the current generic data object is refreshed; otherwise, false.