DevicePropertyValue.HasValue Property

 

Identifies if the Value is valid or not

Namespace:   Microsoft.Azure.Devices
Assembly:  Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)

Syntax

[JsonPropertyAttribute(PropertyName = "hasValue")]
public bool HasValue { get; internal set; }
public:
[JsonPropertyAttribute(PropertyName = "hasValue")]
property bool HasValue {
    bool get();
    internal: void set(bool value);
}

Property Value

Type: System.Boolean

See Also

DevicePropertyValue Class
Microsoft.Azure.Devices Namespace

Return to top