GetContentCommand.TotalCount Property

Definition

The number of content items to retrieve.

public:
 property long TotalCount { long get(); void set(long value); };
public:
 property long long TotalCount { long long get(); void set(long long value); };
public long TotalCount { get; set; }
[System.Management.Automation.Alias(new System.String[] { "First", "Head" })]
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
public long TotalCount { get; set; }
[System.Management.Automation.Alias(new System.String[] { "First", "Head" })]
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateRange(0, 9223372036854775807)]
public long TotalCount { get; set; }
member this.TotalCount : int64 with get, set
[<System.Management.Automation.Alias(new System.String[] { "First", "Head" })>]
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
member this.TotalCount : int64 with get, set
[<System.Management.Automation.Alias(new System.String[] { "First", "Head" })>]
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateRange(0, 9223372036854775807)>]
member this.TotalCount : int64 with get, set
Public Property TotalCount As Long

Property Value

Attributes

Applies to