Share via


Refreshable.Kind Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public Microsoft.PowerBI.Api.Models.RefreshableKind? Kind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : Nullable<Microsoft.PowerBI.Api.Models.RefreshableKind> with get, set
Public Property Kind As Nullable(Of RefreshableKind)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to