DataMappedObject.IsRefreshedObject Property
Gets a value indicating whether the current generic data object is refreshed, and thus has updated information.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected ReadOnly Property IsRefreshedObject As Boolean
protected bool IsRefreshedObject { get; }
protected:
property bool IsRefreshedObject {
bool get ();
}
member IsRefreshedObject : bool with get
function get IsRefreshedObject () : boolean
Property Value
Type: System.Boolean
true if the current generic data object is refreshed; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.