ParticleDeviceVariables Property |
Gets the variables defined for this device. Be sure to call
RefreshAsync to refresh this list.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic ObservableCollection<Variable> Variables { get; }
Public ReadOnly Property Variables As ObservableCollection(Of Variable)
Get
public:
property ObservableCollection<Variable^>^ Variables {
ObservableCollection<Variable^>^ get ();
}
member Variables : ObservableCollection<Variable> with get
Property Value
Type:
ObservableCollectionVariable
The variables.
See Also