Share via


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

'Declaration
Public ReadOnly Property IsDeleted As Boolean
public bool IsDeleted { get; }
public:
virtual property bool IsDeleted {
    bool get () sealed;
}
abstract IsDeleted : bool with get 
override IsDeleted : bool with get
final function get IsDeleted () : boolean

Property Value

Type: System.Boolean
true if the concept is deleted; otherwise, false.

Implements

IVsDataMappedObject.IsDeleted

.NET Framework Security

See Also

Reference

DataMappedObject Class

Microsoft.VisualStudio.Data.Framework Namespace