The PeopleManager 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 methodGetDisplayName
Gets a properly-formatted display name for a contact.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetInstance
Gets a PeopleManager.
Public methodGetLookupEntries(LookupParameters)
Looks up simple contact entries.
Public methodGetLookupEntries(IEnumerable<(Of <<'(LookupEntryType>)>>), IEnumerable<(Of <<'(LookupEntryProperty>)>>), LookupComparisonType, String, Int32)
Looks up simple contact entries.
Public methodGetLookupEntriesAsync(LookupParameters, EventHandler<(Of <<'(GetLookupEntriesCompletedEventArgs>)>>), Object)
Asynchoronously looks up simple contact entries.
Public methodGetLookupEntriesAsync(IEnumerable<(Of <<'(LookupEntryType>)>>), IEnumerable<(Of <<'(LookupEntryProperty>)>>), LookupComparisonType, String, Int32, EventHandler<(Of <<'(GetLookupEntriesCompletedEventArgs>)>>), Object)
Asynchoronously looks up simple contact entries.
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 propertyPeopleId
Gets the unique ID for this object instance.
Public propertySession
Gets the Session with which this PeopleManager is associated.

See Also