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.
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
GroupTypes
Declaration
public string[] GroupTypes { get; set; }
Property Value
System.
|
MailEnabled
Declaration
public bool MailEnabled { get; set; }
Property Value
System.
|
MailNickname
Declaration
public string MailNickname { get; set; }
Property Value
System.
|
Members
Declaration
public string[] Members { get; set; }
Property Value
System.
|
Owners
Declaration
public string[] Owners { get; set; }
Property Value
System.
|
SecurityEnabled
Declaration
public bool SecurityEnabled { get; set; }
Property Value
System.
|