Skip to content

Commit 41bb862

Browse files
authored
Update Get-CsMainlineAttendantAppointmentBookingFlow.md
1 parent 77d2abc commit 41bb862

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Get-CsMainlineAttendantAppointmentBookingFlow cmdlet returns the identified
1919
## SYNTAX
2020

2121
```
22-
Get-CsMainlineAttendantAppointmentBookingFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
22+
Get-CsMainlineAttendantAppointmentBookingFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-SortBy <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -117,11 +117,11 @@ Accept pipeline input: False
117117
Accept wildcard characters: False
118118
```
119119

120-
### -Sort
120+
### -SortBy
121121

122122
> Applicable: Microsoft Teams
123123

124-
The Sort parameter specifies the property used to sort.
124+
The SortBy parameter specifies the property used to sort.
125125

126126
```yaml
127127
Type: String

0 commit comments

Comments
 (0)