PowershellSettings.

Arguments Property

Summary

Gets or sets the set of command-line arguments to use when starting the application.
Assembly
Cake.Powershell.dll
Namespace
Cake.Powershell
Containing Type
PowershellSettings

Syntax

public ProcessArgumentBuilder Arguments { get; set; }

Value

Type Description
ProcessArgumentBuilder The set of command-line arguments to use when starting the application.