Returns true if there are in-memory changes that will be persisted to the iPod when SaveChanges() is called.


Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property NeedsSaving As Boolean
C#
public bool NeedsSaving { get; }
C++
public property bool NeedsSaving sealed  {
    bool get();
}
J#
/** property */
public bool get_NeedsSaving();
JScript
public function get NeedsSaving() : bool

See Also