ExportCsv
Class
Definition
Activity to invoke the Microsoft.PowerShell.Utility\Export-Csv command in a Workflow.
public sealed class ExportCsv : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| ExportCsv() |
Gets the display name of the command invoked by this activity. |
Properties
| Append |
Provides access to the Append parameter. |
| Delimiter |
Provides access to the Delimiter parameter. |
| Encoding |
Provides access to the Encoding parameter. |
| Force |
Provides access to the Force parameter. |
| InputObject |
Provides access to the InputObject parameter. |
| LiteralPath |
Provides access to the LiteralPath parameter. |
| NoClobber |
Provides access to the NoClobber parameter. |
| NoTypeInformation |
Provides access to the NoTypeInformation parameter. |
| Path |
Provides access to the Path parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| UseCulture |
Provides access to the UseCulture parameter. |