Pegasus Class Library Help
Return true if data was downloaded from the device in the current session.

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

Syntax

C#
public bool Downloaded { get; }
Visual Basic (Declaration)
Public ReadOnly Property Downloaded As Boolean
Visual C++
public:
property bool Downloaded {
	bool get ();
}

Return Value

true if the data was downloada from the device in the current session.

See Also