QuotaCounterValueContract.CallsCount Property

Definition

Gets or sets number of times Counter was called.

[Newtonsoft.Json.JsonProperty(PropertyName="value.callsCount")]
public int? CallsCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value.callsCount")>]
member this.CallsCount : Nullable<int> with get, set
Public Property CallsCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to