Class GroupUser
Defines an user or group located in a Azure Active Directory Group
Inheritance
System.Object
GroupUser
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class GroupUser : object
Properties
DisplayName
Group user's or group's display name
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
Type
Indication if this entry represents a user or a group
Declaration
public GroupUserType Type { get; set; }
Property Value
UserPrincipalName
Group user's user principal name or Group Id
Declaration
public string UserPrincipalName { get; set; }
Property Value
System.
|