GetContentCommand.TotalCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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