GroupInfoNoElement Class

Definition

Emitted by Group-Object when the NoElement option is true.

public ref class GroupInfoNoElement sealed : Microsoft::PowerShell::Commands::GroupInfo
public ref class GroupInfoNoElement sealed : Microsoft::PowerShell::Commands::GroupInfo
class GroupInfoNoElement sealed : Microsoft::PowerShell::Commands::GroupInfo
public sealed class GroupInfoNoElement : Microsoft.PowerShell.Commands.GroupInfo
type GroupInfoNoElement = class
    inherit GroupInfo
Public NotInheritable Class GroupInfoNoElement
Inherits GroupInfo
Inheritance
GroupInfoNoElement

Properties

Count

Gets the number of objects in the group.

(Inherited from GroupInfo)
Group

Gets the list of objects in this group.

(Inherited from GroupInfo)
Name

Gets the name of the group.

(Inherited from GroupInfo)
Values

Gets the values of the group.

(Inherited from GroupInfo)

Applies to