Interface IGraphUserCollection
Public interface to define a collection of Microsoft 365 users
public interface IGraphUserCollection : IQueryable<IGraphUser>, IQueryable, IAsyncEnumerable<IGraphUser>, IDataModelCollection<IGraphUser>, IEnumerable<IGraphUser>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<IGraphUser>, ISupportModules<IGraphUserCollection>
- Inherited Members
- Extension Methods