Query.Options.Count Property

Definition

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

Property Value

Attributes

Applies to