INIFile.Dirty Property

QsInformatica.Utils

INIFileDirty Property

Indica se la struttura è stata modificata e quindi necessita di essere scritta su file.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public bool Dirty { get; }
Public ReadOnly Property Dirty As Boolean
	Get
public:
property bool Dirty {
	bool get ();
}
member Dirty : bool with get

Property Value

Type: Boolean
See Also