If True , there are more results that can be returned in another call to DescribeObjects.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeObjectsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeObjectsResult()()()() | Initializes a new instance of the DescribeObjectsResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | HasMoreResults | 
            If True, there are more pages of results to return.
             
             | 
|  | Marker | 
            The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value.
             
             Constraints: | 
|  | PipelineObjects | 
            An array of object definitions that are returned by the call to DescribeObjects.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithHasMoreResults(Boolean) | Obsolete. 
            Sets the HasMoreResults property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithPipelineObjects(array<PipelineObject>[]()[][]) | Obsolete. 
            Adds elements to the PipelineObjects collection
             | 
|  | WithPipelineObjects(IEnumerable<(Of <<'(PipelineObject>)>>)) | Obsolete. 
            Adds elements to the PipelineObjects collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeObjectsResult |