Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
 Declaration Syntax
 Declaration Syntax| C# | 
public class WorkflowExecutionCount
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | WorkflowExecutionCount()()()() | Initializes a new instance of the WorkflowExecutionCount class | 
|  | Count | 
            The number of workflow executions.
             
             Constraints: | 
|  | 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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Truncated | 
            If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated
            value.
             
             | 
|  | WithCount(Int32) | Obsolete. 
            Sets the Count property
             | 
|  | WithTruncated(Boolean) | Obsolete. 
            Sets the Truncated property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | WorkflowExecutionCount |