QuotaCounterContract.PeriodKey Property

Definition

Gets or sets identifier of the Period for which the counter was collected. Must not be empty.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to