• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.ActiveDirectory
    • ActiveDirectoryExtensions
    • ActiveDirectoryGlobals
    • AdPropertyAttribute
    • IAdObject
    • IAdObjectFactory
  • Dapplo.ActiveDirectory.Entities
    • Comparisons
    • DistinguishedName
    • Operators
    • Property
    • PropertyComparison
    • Query
    • QueryElement
    • Value
  • Dapplo.ActiveDirectory.Enums
    • AdProperties
    • ClassNames
    • ComputerProperties
    • DistinguishedNameAttributes
    • UserAccountControlFlags
    • UserProperties
  • Dapplo.ActiveDirectory.Extensions
    • AdDateTimeExtensions
    • DirectoryEntryPropertyExtensions
    • EnumExtensions
    • PropertyInfoExtension
  • Dapplo.ActiveDirectory.Finder
    • FinderAddonModule
    • Startup
  • Dapplo.ActiveDirectory.Finder.Configuration
    • IFinderTranslations
  • Dapplo.ActiveDirectory.Finder.Entities
    • IUser
  • Dapplo.ActiveDirectory.Finder.Ui.ViewModels
    • FinderViewModel
  • Dapplo.ActiveDirectory.Finder.Ui.Views
    • FinderView
  • Dapplo.ActiveDirectory.Internal
    • IAdsLargeInteger
    • IADsSecurityDescriptor
    • SimpleDictionaryProxy

Enum UserProperties

These are some possible user "attributes", but if you need your own you can just create an enum like this and use it. Here is a list of user attributes which should always be available as they are standard: http://www.selfadsi.org/user-attributes.htm

Namespace: Dapplo.ActiveDirectory.Enums
Assembly: Dapplo.ActiveDirectory.dll
Syntax
public enum UserProperties

Fields

Name Description
AccountExpires
Department
Description
DisplayName
DistinguishedName
EmailAddress
GivenName
Initials
IpTelephoneNumber
LastLogonTimestamp
Location
MemberOfGroups
Pager
PostalCode
PwdLastSet
StreetAddress
Surname
TelephoneNumber
Thumbnail
UserAccountControl
Username

Extension Methods

EnumExtensions.EnumValueOf()
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © Dapplo