The dirty property - indicates if exactly this element is dirty

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public bool Dirty { get; set; }
Visual Basic (Declaration)
Public Property Dirty As Boolean
Visual C++
public:

property bool Dirty {

	bool get ();

	void set (bool value);

}

Return Value

returns true or false

See Also