ParticleDeviceIsRefreshing Property |
Gets or sets a value indicating whether this device is refreshing.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic bool IsRefreshing { get; set; }
Public Property IsRefreshing As Boolean
Get
Set
public:
property bool IsRefreshing {
bool get ();
void set (bool value);
}
member IsRefreshing : bool with get, set
Property Value
Type:
Booleantrue if this device is refreshing; otherwise,
false.
See Also