SelectString
Class
Definition
Activity to invoke the Microsoft.PowerShell.Utility\Select-String command in a Workflow.
public sealed class SelectString : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| SelectString() |
Gets the display name of the command invoked by this activity. |
Properties
| AllMatches |
Provides access to the AllMatches parameter. |
| CaseSensitive |
Provides access to the CaseSensitive parameter. |
| Context |
Provides access to the Context parameter. |
| Encoding |
Provides access to the Encoding parameter. |
| Exclude |
Provides access to the Exclude parameter. |
| Include |
Provides access to the Include parameter. |
| InputObject |
Provides access to the InputObject parameter. |
| List |
Provides access to the List parameter. |
| LiteralPath |
Provides access to the LiteralPath parameter. |
| NotMatch |
Provides access to the NotMatch parameter. |
| Path |
Provides access to the Path parameter. |
| Pattern |
Provides access to the Pattern parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| Quiet |
Provides access to the Quiet parameter. |
| SimpleMatch |
Provides access to the SimpleMatch parameter. |