GroupInfoNoElement Class
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.
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
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) |