GetCommandCommand.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 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