Group.Workbooks Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to