Table.Measures Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to