MsgBrowseSensorsResponse..::..Sensors Property
Namespace:
nsCDEngine.Engines.ThingService
Assembly: C-DEngine (in C-DEngine.dll)
Assembly: C-DEngine (in C-DEngine.dll)
Syntax
public List<TheThing..::..TheSensorSourceInfo> Sensors { get; set; }
Public Property Sensors As List(Of TheThing..::..TheSensorSourceInfo) Get Set
public: property List<TheThing..::..TheSensorSourceInfo^>^ Sensors { List<TheThing..::..TheSensorSourceInfo^>^ get (); void set (List<TheThing..::..TheSensorSourceInfo^>^ value); }