Share via


RequestStatistics.ValidDocumentsCount Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to