Pegasus Class Library Help
Get or Set bool value, indicating if downloaded data was saved. This value is not set by the Pen component, It is only a repository for user data. The Saved property is reset to false when connecting the device, or performing download action.

Namespace:  Pegasus.Components
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

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

See Also