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

  NameDescription
Public methodDynamicDistributionGroupListResponse
Initializes a new instance of the DynamicDistributionGroupListResponse class
Back to Top
Methods

  NameDescription
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 propertyDynamicDistributionGroups
A list of group objects
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.)
Back to Top
See Also