Skip to content

Commit 0e71125

Browse files
committed
Review feedback update
1 parent 89f3726 commit 0e71125

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

microsoftgraph/docs-conceptual/use-query-parameters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ Id DisplayName Mail UserPrinci
161161
>[!Note]
162162
>Support for `-Search` varies by module and some properties support `-Search` only in [advanced queries](/graph/aad-advanced-queries?tabs=powershell).
163163
164-
## Select parameter
164+
## Property parameter
165165

166-
Use the `-Select` query parameter to return a set of properties that are different from the default set for an individual resource or a collection of resources. With `-Select`, you can specify a subset or a superset of the default properties.
166+
Use the `-Property` query parameter to return a set of properties that are different from the default set for an individual resource or a collection of resources. With `-Property`, you can specify a subset or a superset of the default properties.
167167

168168
For example, when retrieving a list of all the users, you can specify that only the **Id** and **DisplayName** properties be returned:
169169

@@ -182,9 +182,9 @@ daf80309-1a1f-459d-91b6-7ae5673bc2f2 MOD Administrator
182182
f0735e7b-4ffa-4150-b6a8-7d79e08803cc Bianca Pisani
183183
```
184184

185-
We recommend that you use `-Select` to limit the properties returned by a query to those properties needed by your app. This is especially true of queries that might potentially return a large result set. Limiting the properties returned in each row will reduce network load and help improve your app's performance.
185+
We recommend that you use `-Property` to limit the properties returned by a query to those properties needed by your app. This is especially true of queries that might potentially return a large result set. Limiting the properties returned in each row will reduce network load and help improve your app's performance.
186186

187-
Some Azure AD resources that derive from [DirectoryObject](/graph/api/resources/directoryobject), like [User](/graph/api/resources/user) and [Group](/graph/api/resources/group), return a limited, default subset of properties on reads. For these resources, you must use `-Select` to return properties outside of the default set.
187+
Some Azure AD resources that derive from [DirectoryObject](/graph/api/resources/directoryobject), like [User](/graph/api/resources/user) and [Group](/graph/api/resources/group), return a limited, default subset of properties on reads. For these resources, you must use `-Property` to return properties outside of the default set.
188188

189189
## Top parameter
190190

0 commit comments

Comments
 (0)