RecipientUserCollection.Count Property

Definition

Gets or sets total record count number across all pages.

[Newtonsoft.Json.JsonProperty(PropertyName="count")]
public long? Count { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="count")>]
member this.Count : Nullable<int64> with get, set
Public Property Count As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to