Gets a value indicating whether this class is dirty.

Namespace: System.Extensions.IO
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
bool IsDirty { get; }
Visual Basic
ReadOnly Property IsDirty As Boolean
	Get
Visual C++
property bool IsDirty {
	bool get ();
}
F#
abstract IsDirty : bool with get

Property Value

Type: Boolean

See Also