Table of Contents

Interface IGraphUserCollection

Namespace
PnP.Core.Model.Security
Assembly
PnP.Core.dll

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