Deleted Property
Description
If true, the object is marked for deletion, but the deletion has not been committed.
Property type
Read-write property
Syntax
Visual Basic
Public Property Deleted As Boolean
Remarks
Setting the property to true is equivalent to deleting it.
See Also