GroupMemberListResponse MembersDRA REST Extensions SDK
The GroupMemberListResponse type exposes the following members.
Constructors

  NameDescription
Public methodGroupMemberListResponse
Initializes a new instance of the GroupMemberListResponse class
Back to Top
Methods

  NameDescription
Public methodAddMember
Adds the specified model object to the response
Public methodAddObjects
Adds the specified objects to the response
(Overrides ObjectListResponseAddObjects(IEnumerable ModelObject ).)
Back to Top
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 propertyMembers
A list of ModelObjects
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.)
Back to Top
See Also