GetHelp
Class
Definition
Activity to invoke the Microsoft.PowerShell.Core\Get-Help command in a Workflow.
public sealed class GetHelp : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| GetHelp() |
Gets the display name of the command invoked by this activity. |
Properties
| Category |
Provides access to the Category parameter. |
| Component |
Provides access to the Component parameter. |
| Detailed |
Provides access to the Detailed parameter. |
| Examples |
Provides access to the Examples parameter. |
| Full |
Provides access to the Full parameter. |
| Functionality |
Provides access to the Functionality parameter. |
| Name |
Provides access to the Name parameter. |
| Online |
Provides access to the Online parameter. |
| Parameter |
Provides access to the Parameter parameter. |
| Path |
Provides access to the Path parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| Role |
Provides access to the Role parameter. |
| ShowWindow |
Provides access to the ShowWindow parameter. |