SelectObject
Class
Definition
Activity to invoke the Microsoft.PowerShell.Utility\Select-Object command in a Workflow.
public sealed class SelectObject : Microsoft.PowerShell.Activities.PSActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Constructors
| SelectObject() |
Gets the display name of the command invoked by this activity. |
Properties
| ExcludeProperty |
Provides access to the ExcludeProperty parameter. |
| ExpandProperty |
Provides access to the ExpandProperty parameter. |
| First |
Provides access to the First parameter. |
| Index |
Provides access to the Index parameter. |
| InputObject |
Provides access to the InputObject parameter. |
| Last |
Provides access to the Last parameter. |
| Property |
Provides access to the Property parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| Skip |
Provides access to the Skip parameter. |
| SkipLast | |
| Unique |
Provides access to the Unique parameter. |
| Wait |
Provides access to the Wait parameter. |