Share via


Refreshable.RefreshCount Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to