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