DataMappedObject.IsDeleted Property

Gets a value indicating whether the current generic data concept is deleted.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

Public ReadOnly Property IsDeleted As Boolean

Dim instance As DataMappedObject
Dim value As Boolean

value = instance.IsDeleted
public bool IsDeleted { get; }
public:
virtual property bool IsDeleted {
    bool get () sealed;
}
public final function get IsDeleted () : boolean

Property Value

Type: System.Boolean

true if the concept is deleted; otherwise, false.

Implements

IVsDataMappedObject.IsDeleted

Permissions

See Also

Reference

DataMappedObject Class

DataMappedObject Members

Microsoft.VisualStudio.Data.Framework Namespace