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

  NameDescription
Public propertyDRAServerAndPort
The DRA server:port that performed the operation.
(Inherited from RestResponse.)
Public propertyErrors
Property holding the collection of errors to be returned to the client
(Inherited from RestResponse.)
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 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 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