Class UnifiedGroupEntity
Defines a Unified Group
Inheritance
System.Object
UnifiedGroupEntity
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class UnifiedGroupEntity : object
Properties
Classification
Classification of the Office 365 group
Declaration
public string Classification { get; set; }
Property Value
System.
|
Description
Unified group description
Declaration
public string Description { get; set; }
Property Value
System.
|
DisplayName
Unified group display name
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
GroupId
Unified group id
Declaration
public string GroupId { get; set; }
Property Value
System.
|
HasTeam
Indication if the Office 365 Group has a Microsoft Team provisioned for it
Declaration
public bool? HasTeam { get; set; }
Property Value
System.
|
Unified group mail
Declaration
public string Mail { get; set; }
Property Value
System.
|
MailNickname
Unified group nick name
Declaration
public string MailNickname { get; set; }
Property Value
System.
|
SiteUrl
Url of site to configure unified group
Declaration
public string SiteUrl { get; set; }
Property Value
System.
|
Visibility
Visibility of the Office 365 group
Declaration
public string Visibility { get; set; }
Property Value
System.
|