Share via


MeterDetails.MeterCategory Property

Definition

Gets the category of the meter, for example, 'Cloud services', 'Networking', etc..

[Newtonsoft.Json.JsonProperty(PropertyName="meterCategory")]
public string MeterCategory { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="meterCategory")>]
member this.MeterCategory : string
Public ReadOnly Property MeterCategory As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to