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
Get
public bool IsDeleted { get; }
public:
virtual property bool IsDeleted {
bool get () sealed;
}
abstract IsDeleted : bool
override IsDeleted : bool
final function get IsDeleted () : boolean
Property Value
Type: System.Boolean
true if the concept is deleted; otherwise, false.
Implements
.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.