ParticleDeviceLastApp Property |
Gets the last application flashed to the core
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic string LastApp { get; }
Public ReadOnly Property LastApp As String
Get
public:
property String^ LastApp {
String^ get ();
}
member LastApp : string with get
Property Value
Type:
String
The last application.
See Also