StartProcessCommand.FilePath Property

Definition

Path/FileName of the process to start.

public:
 property System::String ^ FilePath { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ FilePath { Platform::String ^ get(); void set(Platform::String ^ value); };
public string FilePath { get; set; }
[System.Management.Automation.Alias(new System.String[] { "PSPath", "Path" })]
[System.Management.Automation.Parameter(Mandatory=true, Position=0)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string FilePath { get; set; }
member this.FilePath : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "PSPath", "Path" })>]
[<System.Management.Automation.Parameter(Mandatory=true, Position=0)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.FilePath : string with get, set
Public Property FilePath As String

Property Value

Attributes

Applies to