ParticleDeviceFunctions Property |
Gets the functions 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 IReadOnlyList<string> Functions { get; }
Public ReadOnly Property Functions As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ Functions {
IReadOnlyList<String^>^ get ();
}
member Functions : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListString
The functions.
See Also