Table of Contents

Interface IGraphGroup

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

A Microsoft 365 Group

public interface IGraphGroup : IDataModel<IGraphGroup>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphGroup>, IDataModelGet<IGraphGroup>, IDataModelLoad<IGraphGroup>, IGraphPrincipal, IQueryableDataModel
Inherited Members
Extension Methods

Properties

Classification

Classification of this group

string Classification { get; set; }

Property Value

string

CreatedDateTime

When was this group created

DateTimeOffset CreatedDateTime { get; }

Property Value

DateTimeOffset

Description

Description of the Microsoft 365 Group

string Description { get; set; }

Property Value

string

DisplayName

Name of the Microsoft 365 Group

string DisplayName { get; set; }

Property Value

string

Mail

Email address of this Microsoft 365 group

string Mail { get; }

Property Value

string

MailEnabled

Is this group mail enabled

bool MailEnabled { get; set; }

Property Value

bool

MailNickname

Mail nickname of this Microsoft 365 group

string MailNickname { get; }

Property Value

string

Visibility

Visibility of this group

GroupVisibility Visibility { get; set; }

Property Value

GroupVisibility

WebUrl

Url of the SharePoint site connected to this Microsoft 365 group

Uri WebUrl { get; }

Property Value

Uri