Share via


Filters.Meters Property

Definition

Gets or sets the list of filters on meters, mandatory for budgets of usage category.

[Newtonsoft.Json.JsonProperty(PropertyName="meters")]
public System.Collections.Generic.IList<string> Meters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="meters")>]
member this.Meters : System.Collections.Generic.IList<string> with get, set
Public Property Meters As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to