Search Results for

    Show / Hide Table of Contents

    Class GroupEntity

    Defines an Azure Active Directory Group

    Inheritance
    System.Object
    GroupEntity
    Namespace: PnP.Framework.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class GroupEntity : object

    Properties

    Description

    Group description

    Declaration
    public string Description { get; set; }
    Property Value
    System.String

    DisplayName

    Group display name

    Declaration
    public string DisplayName { get; set; }
    Property Value
    System.String

    GroupId

    Group id

    Declaration
    public string GroupId { get; set; }
    Property Value
    System.String

    GroupTypes

    Types of group

    Declaration
    public string[] GroupTypes { get; set; }
    Property Value
    System.String[]

    Mail

    Group e-mail address

    Declaration
    public string Mail { get; set; }
    Property Value
    System.String

    MailEnabled

    Is the group enabled for receiving e-mail

    Declaration
    public bool? MailEnabled { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    MailNickname

    Group nick name

    Declaration
    public string MailNickname { get; set; }
    Property Value
    System.String

    SecurityEnabled

    Can the group be used to set permissions

    Declaration
    public bool? SecurityEnabled { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer