WhereObject
Class
Definition
Activity to invoke the Microsoft.PowerShell.Core\Where-Object command in a Workflow.
public sealed class WhereObject : Microsoft.PowerShell.Activities.PSActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Constructors
| WhereObject() |
Gets the display name of the command invoked by this activity. |
Properties
| CContains |
Provides access to the CContains parameter. |
| CEQ |
Provides access to the CEQ parameter. |
| CGE |
Provides access to the CGE parameter. |
| CGT |
Provides access to the CGT parameter. |
| CIn |
Provides access to the CIn parameter. |
| CLE |
Provides access to the CLE parameter. |
| CLike |
Provides access to the CLike parameter. |
| CLT |
Provides access to the CLT parameter. |
| CMatch |
Provides access to the CMatch parameter. |
| CNE |
Provides access to the CNE parameter. |
| CNotContains |
Provides access to the CNotContains parameter. |
| CNotIn |
Provides access to the CNotIn parameter. |
| CNotLike |
Provides access to the CNotLike parameter. |
| CNotMatch |
Provides access to the CNotMatch parameter. |
| Contains |
Provides access to the Contains parameter. |
| EQ |
Provides access to the EQ parameter. |
| FilterScript |
Provides access to the FilterScript parameter. |
| GE |
Provides access to the GE parameter. |
| GT |
Provides access to the GT parameter. |
| In |
Provides access to the In parameter. |
| InputObject |
Provides access to the InputObject parameter. |
| Is |
Provides access to the Is parameter. |
| IsNot |
Provides access to the IsNot parameter. |
| LE |
Provides access to the LE parameter. |
| Like |
Provides access to the Like parameter. |
| LT |
Provides access to the LT parameter. |
| Match |
Provides access to the Match parameter. |
| NE |
Provides access to the NE parameter. |
| NotContains |
Provides access to the NotContains parameter. |
| NotIn |
Provides access to the NotIn parameter. |
| NotLike |
Provides access to the NotLike parameter. |
| NotMatch |
Provides access to the NotMatch parameter. |
| Property |
Provides access to the Property parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| Value |
Provides access to the Value parameter. |