QuotaCounterContract.CounterKey Property

Definition

Gets or sets the Key value of the Counter. Must not be empty.

[Newtonsoft.Json.JsonProperty(PropertyName="counterKey")]
public string CounterKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="counterKey")>]
member this.CounterKey : string with get, set
Public Property CounterKey As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to