Share via


PowerBIOutputDataSource.Dataset Property

Definition

Gets or sets the name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to