ListControlBuilder.GroupByProperty(String, CustomControl, String) Method

Definition

Group instances by the property name with an optional label.

public System.Management.Automation.ListControlBuilder GroupByProperty (string property, System.Management.Automation.CustomControl customControl = default, string label = default);
member this.GroupByProperty : string * System.Management.Automation.CustomControl * string -> System.Management.Automation.ListControlBuilder
Public Function GroupByProperty (property As String, Optional customControl As CustomControl = Nothing, Optional label As String = Nothing) As ListControlBuilder

Parameters

property
String
customControl
CustomControl
label
String

Returns

Applies to