Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion reference/3.0/Microsoft.PowerShell.Utility/Format-List.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ parameters in the same command.
The value of the **Property** parameter can be a new calculated property. To create a calculated
property, use a hash table. Valid keys are:

- Name (or Label) \<string\>
- Expression \<string\> or \<script block\>
- Depth \<int32\>
- FormatString \<string\>

```yaml
Type: Object[]
Expand Down
5 changes: 3 additions & 2 deletions reference/4.0/Microsoft.PowerShell.Utility/Format-List.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ parameters in the same command.
The value of the **Property** parameter can be a new calculated property. To create a calculated
property, use a hash table. Valid keys are:

- Name (or Label) \<string\>
- Expression \<string\> or \<script block\>
- Depth \<int32\>
- FormatString \<string\>

```yaml
Type: Object[]
Expand Down Expand Up @@ -320,4 +321,4 @@ a table, use `Format-Custom`.

[Format-Table](Format-Table.md)

[Format-Wide](Format-Wide.md)
[Format-Wide](Format-Wide.md)
3 changes: 2 additions & 1 deletion reference/5.0/Microsoft.PowerShell.Utility/Format-List.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,9 @@ parameters in the same command.
The value of the **Property** parameter can be a new calculated property. To create a calculated
property, use a hash table. Valid keys are:

- Name (or Label) \<string\>
- Expression \<string\> or \<script block\>
- Depth \<int32\>
- FormatString \<string\>

```yaml
Type: Object[]
Expand Down
3 changes: 2 additions & 1 deletion reference/5.1/Microsoft.PowerShell.Utility/Format-List.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,9 @@ parameters in the same command.
The value of the **Property** parameter can be a new calculated property. To create a calculated
property, use a hash table. Valid keys are:

- Name (or Label) \<string\>
- Expression \<string\> or \<script block\>
- Depth \<int32\>
- FormatString \<string\>

```yaml
Type: Object[]
Expand Down
3 changes: 2 additions & 1 deletion reference/6/Microsoft.PowerShell.Utility/Format-List.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ parameters in the same command.
The value of the **Property** parameter can be a new calculated property. To create a calculated
property, use a hash table. Valid keys are:

- Name (or Label) \<string\>
- Expression \<string\> or \<script block\>
- Depth \<int32\>
- FormatString \<string\>

```yaml
Type: Object[]
Expand Down