Interface IGraphGroup
A Microsoft 365 Group
Inherited Members
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public interface IGraphGroup : IDataModel<IGraphGroup>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphGroup>, IDataModelGet<IGraphGroup>, IDataModelLoad<IGraphGroup>, IGraphPrincipal, IQueryableDataModel
Properties
Classification
Classification of this group
Declaration
string Classification { get; set; }
Property Value
System.String
|
CreatedDateTime
When was this group created
Declaration
DateTimeOffset CreatedDateTime { get; }
Property Value
DateTimeOffset
|
Description
Description of the Microsoft 365 Group
Declaration
string Description { get; set; }
Property Value
System.String
|
DisplayName
Name of the Microsoft 365 Group
Declaration
string DisplayName { get; set; }
Property Value
System.String
|
Email address of this Microsoft 365 group
Declaration
string Mail { get; }
Property Value
System.String
|
MailEnabled
Is this group mail enabled
Declaration
bool MailEnabled { get; set; }
Property Value
System.Boolean
|
MailNickname
Mail nickname of this Microsoft 365 group
Declaration
string MailNickname { get; }
Property Value
System.String
|
Visibility
Visibility of this group
Declaration
GroupVisibility Visibility { get; set; }
Property Value
GroupVisibility
|
WebUrl
Url of the SharePoint site connected to this Microsoft 365 group
Declaration
Uri WebUrl { get; }
Property Value
Uri
|