ICustomerUserCollection.Query(IQuery) Method
Definition
Queries users associated to the customer.
- Count queries are not supported by this operation.
- You can set page size, filter and sort option.
- You can navigate to other pages by specifying a seek query with the seek operation and the continuation token sent by the previous operation.
public Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Users.CustomerUser> Query (Microsoft.Store.PartnerCenter.Models.Query.IQuery customerUsersQuery);
abstract member Query : Microsoft.Store.PartnerCenter.Models.Query.IQuery -> Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Users.CustomerUser>
Public Function Query (customerUsersQuery As IQuery) As SeekBasedResourceCollection(Of CustomerUser)
Parameters
- customerUsersQuery
- IQuery
A query to apply onto customer users. Check QueryFactory to see how to build queries.
Returns
The requested customer users.