Share via


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
    Get
protected bool IsRefreshedObject { get; }
protected:
property bool IsRefreshedObject {
    bool get ();
}
member IsRefreshedObject : bool
function get IsRefreshedObject () : boolean

Property Value

Type: System.Boolean
true if the current generic data object is refreshed; otherwise, false.

.NET Framework Security

See Also

Reference

DataMappedObject Class

Microsoft.VisualStudio.Data.Framework Namespace