Share via


AvailableFeatures.Features Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="features")]
public System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.AvailableFeature> Features { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="features")>]
member this.Features : System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.AvailableFeature> with get, set
Public Property Features As IList(Of AvailableFeature)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to