ODataResponseListDataset.Value Property
The datasets
Namespace: Microsoft.PowerBI.Api.Beta.Models
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "value")]
public IList<Dataset> Value { get; set; }
Property Value
Type: System.Collections.Generic.IList<Dataset>
See Also
ODataResponseListDataset Class
Microsoft.PowerBI.Api.Beta.Models Namespace
Return to top