Get if the AssetMember has been marked as deleted or not

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool Deleted { get; }
Visual Basic
ReadOnly Property Deleted As Boolean
	Get
Visual C++
property bool Deleted {
	bool get ();
}

See Also