Share via


DocumentStatistics.CharactersCount Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to