Contains a paginated list of information about workflow executions.
 Declaration Syntax
 Declaration Syntax| C# | 
public class WorkflowExecutionInfos
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | WorkflowExecutionInfos()()()() | Initializes a new instance of the WorkflowExecutionInfos class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ExecutionInfos | 
            The list of workflow information structures.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | NextPageToken | 
            The token of the next page in the result. If set, the results have more than one page. The next page can be retrieved by repeating the
            request with this token and all other arguments unchanged.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithExecutionInfos(array<WorkflowExecutionInfo>[]()[][]) | Obsolete. 
            Adds elements to the ExecutionInfos collection
             | 
|  | WithExecutionInfos(IEnumerable<(Of <<'(WorkflowExecutionInfo>)>>)) | Obsolete. 
            Adds elements to the ExecutionInfos collection
             | 
|  | WithNextPageToken(String) | Obsolete. 
            Sets the NextPageToken property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | WorkflowExecutionInfos |