Test to learn if the asset object is corrupted/changed.

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

Syntax

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

See Also