Share via


DocumentStatistics.TransactionsCount Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to