Share via


IotHubProperties.Features Property

Definition

Gets or sets the capabilities and features enabled for the IoT hub. Possible values include: 'None', 'DeviceManagement'

[Newtonsoft.Json.JsonProperty(PropertyName="features")]
public string Features { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="features")>]
member this.Features : string with get, set
Public Property Features As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to