Gets a value indicating whether this class is dirty.
Namespace: System.Extensions.IOAssembly: 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 |