Search Results for

    Show / Hide Table of Contents

    Class UnifiedGroupUser

    Defines a Unified\Microsoft 365 Group user

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

    Properties

    BusinessPhones

    Group user's business phone numbers

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

    DisplayName

    Group user's display name

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

    Email

    Group user's e-mail address

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

    GivenName

    Group user's given name

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

    Id

    Group user's unique identifier

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

    JobTitle

    Group user's job title

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

    MobilePhone

    Group user's mobile phone number

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

    PreferredLanguage

    Group user's preferred language in ISO 639-1 standard notation

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

    Surname

    Group user's surname

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

    UserPrincipalName

    Group user's user principal name

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

    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