DevicePropertyValue.GetValue<T> Method ()
Casts the Value to the specified type
Namespace: Microsoft.Azure.Devices
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Syntax
public T GetValue<T>()
public:
generic<typename T>
T GetValue()
Return Value
Type: T
Type Parameters
- T
See Also
DevicePropertyValue Class
Microsoft.Azure.Devices Namespace
Return to top