Interface IGraphGroup
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
CreatedDateTime
When was this group created
DateTimeOffset CreatedDateTime { get; }
Property Value
Description
Description of the Microsoft 365 Group
string Description { get; set; }
Property Value
DisplayName
Name of the Microsoft 365 Group
string DisplayName { get; set; }
Property Value
Email address of this Microsoft 365 group
string Mail { get; }
Property Value
MailEnabled
Is this group mail enabled
bool MailEnabled { get; set; }
Property Value
MailNickname
Mail nickname of this Microsoft 365 group
string MailNickname { get; }
Property Value
Visibility
Visibility of this group
GroupVisibility Visibility { get; set; }
Property Value
WebUrl
Url of the SharePoint site connected to this Microsoft 365 group
Uri WebUrl { get; }