GroupInfo 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.
public ref class GroupInfo
[Windows::Foundation::Metadata::WebHostHidden]
public ref class GroupInfo
[Windows::Foundation::Metadata::WebHostHidden]
class GroupInfo
public class GroupInfo
[System.Diagnostics.DebuggerDisplay("{Name} ({Count})")]
public class GroupInfo
type GroupInfo = class
[<System.Diagnostics.DebuggerDisplay("{Name} ({Count})")>]
type GroupInfo = class
Public Class GroupInfo
- Inheritance
-
GroupInfo
- Derived
- Attributes
Properties
Count |
Gets the number of objects in the group. |
Group |
Gets the list of objects in this group. |
Name |
Gets the name of the group. |
Values |
Gets the values of the group. |