Interface IUser
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 |
|