Search Results for

    Show / Hide Table of Contents

    Class GroupCreationRequest

    Inheritance
    System.Object
    GroupCreationRequest
    Namespace: PnP.Framework.Graph.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class GroupCreationRequest : object

    Properties

    Description

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

    DisplayName

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

    GroupTypes

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

    MailEnabled

    Declaration
    public bool MailEnabled { get; set; }
    Property Value
    System.Boolean

    MailNickname

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

    Members

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

    Owners

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

    SecurityEnabled

    Declaration
    public bool SecurityEnabled { get; set; }
    Property Value
    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