CreateDatasetRequest.Tables Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to