GetCommandCommand.TotalCount Property

Definition

The parameter representing the total number of commands that will be returned. If negative, all matching commands that are found will be returned.

public:
 property int TotalCount { int get(); void set(int value); };
public:
 property int TotalCount { int get(); void set(int value); };
public int TotalCount { get; set; }
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
public int TotalCount { get; set; }
member this.TotalCount : int with get, set
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
member this.TotalCount : int with get, set
Public Property TotalCount As Integer

Property Value

Attributes

Applies to