Gets if this object is marked for deletion.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsDeleted{ get;}
Public ReadOnly Property IsDeleted As Boolean
public:
property bool IsDeleted {
	bool get ();
}

See Also