ManagedObjectListResponse MembersDRA REST Extensions SDK
The ManagedObjectListResponse type exposes the following members.
Properties

  NameDescription
Public propertyBuiltinContainers
A list of builtin containers
Public propertyComputers
A list of computer objects
Public propertyContacts
A list of contact objects
Public propertyContainers
A list of containers
Public propertyDomains
A list of domain objects
Public propertyDRAServerAndPort
The DRA server:port that performed the operation.
(Inherited from RestResponse.)
Public propertyDynamicDistributionGroups
A list of DynamicDistributionGroup objects
Public propertyEquipmentMailboxes
A list of user objects with MailboxType = 2
Public propertyErrors
Property holding the collection of errors to be returned to the client
(Inherited from RestResponse.)
Public propertyGroups
A list of group objects
Public propertyIsSearchFinished
Flag indicating if this is the last page of results
(Inherited from ObjectListResponse.)
Public propertyNumberOfRowsReturned
The number of objects returned in this response
(Inherited from ObjectListResponse.)
Public propertyOUs
A list of OU objects
Public propertyResumeString
A string value that can be sent in the ResumeString parameter on a subsequent enumeration call to retrieve the next set of objects
(Inherited from ObjectListResponse.)
Public propertyRoomMailboxes
A list of user objects with MailboxType = 3
Public propertyTotalNumberOfObjects
The total number of objecs that matched the enumeration
(Inherited from ObjectListResponse.)
Public propertyUsers
A list of User objects
Back to Top
See Also