SiteStatsModel.Visitors Property

Definition

visitors

[System.Text.Json.Serialization.JsonPropertyName("visitors")]
public int? Visitors { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("visitors")>]
member this.Visitors : Nullable<int> with get, set
Public Property Visitors As Nullable(Of Integer)

Property Value

Attributes

Applies to