PropertyName Element for GroupBy
Specifies the .NET property that starts a new group whenever its value changes.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- GroupBy Element
- PropertyName Element
Syntax
<PropertyName>.NetTypeProperty</PropertyName>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the
PropertyName
element.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
GroupBy Element for View | Defines how a group of .NET objects is displayed. |
Text Value
Specify the .NET property name.
Remarks
Windows PowerShell starts a new group whenever the value of this property changes.
When this element is specified, you cannot specify the ScriptBlock element to start a new group.
Example
The following example shows how to start a new group when the value of a property changes.
<GroupBy>
<Label>Service Type</Label>
<PropertyName>ServiceType</PropertyName>
</GroupBy>
For an example of a complete formatting file that includes this element, see Wide View (GroupBy).
See Also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.
PowerShell