ParticleDeviceLastHeard Property |
Gets the last heard date.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Nullable<DateTime> LastHeard { get; }
Public ReadOnly Property LastHeard As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> LastHeard {
Nullable<DateTime> get ();
}
member LastHeard : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
The last heard.
See Also