Device.Capabilities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Capabilities that are enabled one the device.
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="capabilities")]
public virtual Microsoft.Azure.Devices.Shared.DeviceCapabilities Capabilities { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="capabilities")]
public virtual Microsoft.Azure.Devices.ClientCapabilities Capabilities { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="capabilities")>]
member this.Capabilities : Microsoft.Azure.Devices.Shared.DeviceCapabilities with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="capabilities")>]
member this.Capabilities : Microsoft.Azure.Devices.ClientCapabilities with get, set
Public Overridable Property Capabilities As DeviceCapabilities
Public Overridable Property Capabilities As ClientCapabilities
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute