Represents properties contained in a LookupEntry.

Namespace: ININ.IceLib.People
Assembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum LookupEntryProperty
Visual Basic
Public Enumeration LookupEntryProperty

Members

Member nameValueDescription
None0None.
FirstName1First Name.
LastName2Last Name.
DisplayName3Display Name.
Department4Department.
EntryId5ID of this lookup entry, e.g. the username.
Extension6Extension of this lookup entry.
MobilePhone7Mobile phone number of this lookup entry.
HomePhone8Home phone number of this lookup entry.
HomePhone29Alternate home phone number of this lookup entry.
HomeEmail10Home email address of this lookup entry.
BusinessPhone11Business phone number of this lookup entry.
BusinessPhone212Alternate business phone number of this lookup entry.
BusinessEmail13Business email address of this lookup entry.
IsActive14Is Active (applies to workgroups only).

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 1 and beyond.

See Also