Share via


IVsDataMappedObject.IsDeleted Property

Gets a value indicating whether the current generic mapped type is deleted.

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

Syntax

'Declaration
ReadOnly Property IsDeleted As Boolean
    Get
bool IsDeleted { get; }
property bool IsDeleted {
    bool get ();
}
abstract IsDeleted : bool
function get IsDeleted () : boolean

Property Value

Type: System.Boolean
true if the generic mapped type is deleted; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataMappedObject Interface

Microsoft.VisualStudio.Data.Services Namespace