DevicePropertyValue.Value Property
Value of the property. The object can tell the type of the object to cast to
Namespace: Microsoft.Azure.Devices
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "value")]
public object Value { get; internal set; }
public:
[JsonPropertyAttribute(PropertyName = "value")]
property Object^ Value {
Object^ get();
internal: void set(Object^ value);
}
Property Value
Type: System.Object
See Also
DevicePropertyValue Class
Microsoft.Azure.Devices Namespace
Return to top