• 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

Interface IUser

Inherited Members
IAdObject.Id
Namespace: Dapplo.ActiveDirectory.Finder.Entities
Assembly: Dapplo.ActiveDirectory.Finder.dll
Syntax
public interface IUser : IAdObject

Properties

| Improve this Doc View Source

AgentId

Declaration
[AdProperty(UserProperties.IpTelephoneNumber)]
string AgentId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Department

Declaration
[AdProperty(UserProperties.Department)]
string Department { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DisplayName

Declaration
[AdProperty(UserProperties.DisplayName)]
string DisplayName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Firstname

Declaration
[AdProperty(UserProperties.GivenName)]
string Firstname { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Location

Declaration
[AdProperty(UserProperties.Location)]
string Location { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Declaration
[AdProperty(UserProperties.Surname)]
string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TeamKz

Declaration
[AdProperty(UserProperties.Pager)]
string TeamKz { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ThumbnailBytes

Declaration
[AdProperty(UserProperties.Thumbnail)]
byte[] ThumbnailBytes { get; set; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

Username

Declaration
[AdProperty(UserProperties.Username)]
string Username { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © Dapplo