Share via


DscNode.TotalCount Property

Definition

Gets the total number of records matching filter criteria.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to