Skip to content

Commit 07009c9

Browse files
authored
Update Get-CsMainlineAttendantFlow.md
1 parent 41bb862 commit 07009c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsMainlineAttendantFlow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline At
1919
## SYNTAX
2020

2121
```
22-
Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-Sort <String>] [-Descending] [-Tenant <Guid>] [<CommonParameters>]
22+
Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-SortBy <String>] [-Descending] [-Tenant <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -148,9 +148,9 @@ Accept pipeline input: False
148148
Accept wildcard characters: False
149149
```
150150

151-
### -Sort
151+
### -SortBy
152152

153-
The Sort parameter specifies the property used to sort.
153+
The SortBy parameter specifies the property used to sort.
154154

155155
```yaml
156156
Type: String

0 commit comments

Comments
 (0)