Interface IGraphGroupCollection
Public interface to define a collection of Microsoft 365 Groups
Inherited Members
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public interface IGraphGroupCollection : IQueryable<IGraphGroup>, IQueryable, IAsyncEnumerable<IGraphGroup>, IDataModelCollection<IGraphGroup>, IEnumerable<IGraphGroup>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<IGraphGroup>, ISupportModules<IGraphGroupCollection>