Search Results for

    Show / Hide Table of Contents

    Class AADUsersUser

    Inheritance
    System.Object
    AADUsersUser
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public class AADUsersUser : object

    Properties

    AccountEnabled

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

    DisplayName

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

    GivenName

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

    JobTitle

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

    Licenses

    Declaration
    public AADUsersUserLicense[] Licenses { get; set; }
    Property Value
    AADUsersUserLicense[]

    MailNickname

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

    MobilePhone

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

    OfficeLocation

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

    PasswordPolicies

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

    PasswordProfile

    Declaration
    public AADUsersUserPasswordProfile PasswordProfile { get; set; }
    Property Value
    AADUsersUserPasswordProfile

    PreferredLanguage

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

    ProfilePhoto

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

    Surname

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

    UsageLocation

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

    UserPrincipalName

    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