The LookupEntry type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBusinessEmail
Gets the lookup entry's business email address.
Public propertyBusinessPhone
Gets the lookup entry's business phone number.
Public propertyBusinessPhone2
Gets the lookup entry's alternate business phone number.
Public propertyDepartment
Gets the lookup entry's department.
Public propertyDisplayName
Gets the lookup entry's display name.
Public propertyEntryId
Gets the lookup entry's ID.
Public propertyExtension
Gets the lookup entry's extension.
Public propertyFirstName
Gets the lookup entry's first name.
Public propertyHomeEmail
Gets the lookup entry's home email address.
Public propertyHomePhone
Gets the lookup entry's home phone number.
Public propertyHomePhone2
Gets the lookup entry's alternate home phone number.
Public propertyIsActive
Gets a value indicating whether a lookup entry is active or not.
Public propertyLastName
Gets the lookup entry's last name.
Public propertyLookupComparisonType
Gets the manner in which this lookup entry matched the lookup query.
Public propertyLookupEntryType
Gets the type of the directory where this lookup entry is found.
Public propertyMobilePhone
Gets the lookup entry's mobile phone number.
Public propertyStatusUri
Gets the lookup entry's Status URI.

See Also