Click or drag to resize
ParticleDeviceVariables Property
Gets the variables defined for this device. Be sure to call RefreshAsync to refresh this list.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public ObservableCollection<Variable> Variables { get; }

Property Value

Type: ObservableCollectionVariable
The variables.
See Also