CustomControlBuilder.GroupByProperty(String, CustomControl, String) Method
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.
Group instances by the property name with an optional label.
public System.Management.Automation.CustomControlBuilder GroupByProperty (string property, System.Management.Automation.CustomControl customControl = default, string label = default);
member this.GroupByProperty : string * System.Management.Automation.CustomControl * string -> System.Management.Automation.CustomControlBuilder
Public Function GroupByProperty (property As String, Optional customControl As CustomControl = Nothing, Optional label As String = Nothing) As CustomControlBuilder
Parameters
- property
- String
- customControl
- CustomControl
- label
- String