MeasureObject
Class
Definition
Activity to invoke the Microsoft.PowerShell.Utility\Measure-Object command in a Workflow.
public sealed class MeasureObject : Microsoft.PowerShell.Activities.PSActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Constructors
| MeasureObject() |
Gets the display name of the command invoked by this activity. |
Properties
| Average |
Provides access to the Average parameter. |
| Character |
Provides access to the Character parameter. |
| IgnoreWhiteSpace |
Provides access to the IgnoreWhiteSpace parameter. |
| InputObject |
Provides access to the InputObject parameter. |
| Line |
Provides access to the Line parameter. |
| Maximum |
Provides access to the Maximum parameter. |
| Minimum |
Provides access to the Minimum parameter. |
| Property |
Provides access to the Property parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| Sum |
Provides access to the Sum parameter. |
| Word |
Provides access to the Word parameter. |