PSControl.GroupBy 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.
Each control can group items and specify a header for the group. You can group by same property value, or result of evaluating a script block.
public:
property System::Management::Automation::PSControlGroupBy ^ GroupBy { System::Management::Automation::PSControlGroupBy ^ get(); void set(System::Management::Automation::PSControlGroupBy ^ value); };
public System.Management.Automation.PSControlGroupBy GroupBy { get; set; }
member this.GroupBy : System.Management.Automation.PSControlGroupBy with get, set
Public Property GroupBy As PSControlGroupBy