File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The Get-CsMainlineAttendantQuestionAnswerFlow cmdlet returns the identified Main
19
19
## SYNTAX
20
20
21
21
```
22
- Get-CsMainlineAttendantQuestionAnswerFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
22
+ Get-CsMainlineAttendantQuestionAnswerFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-SortBy <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
@@ -105,8 +105,8 @@ Accept pipeline input: False
105
105
Accept wildcard characters: False
106
106
` ` `
107
107
108
- # ## -Sort
109
- The Sort parameter specifies the property used to sort.
108
+ # ## -SortBy
109
+ The SortBy parameter specifies the property used to sort.
110
110
111
111
` ` ` yaml
112
112
Type: String
You can’t perform that action at this time.
0 commit comments