DescribeTapesOutput
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeTapesResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeTapesResult()()()() | Initializes a new instance of the DescribeTapesResult 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.) | 
|  | Marker | 
            An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results. If a response does not
            contain a marker, then there are no more results to be retrieved.
             
             Constraints: | 
|  | Tapes | 
            An array of virtual tape descriptions.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithTapes(array<Tape>[]()[][]) | Obsolete. 
            Adds elements to the Tapes collection
             | 
|  | WithTapes(IEnumerable<(Of <<'(Tape>)>>)) | Obsolete. 
            Adds elements to the Tapes collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeTapesResult |