StartJobCommand.FilePath Property

Definition

Filepath to execute as a script.

public:
 virtual property System::String ^ FilePath { System::String ^ get(); void set(System::String ^ value); };
public:
 virtual property Platform::String ^ FilePath { Platform::String ^ get(); void set(Platform::String ^ value); };
public override string FilePath { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilePathComputerName", Position=0)]
[System.Management.Automation.ValidateTrustedData]
public override string FilePath { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilePathComputerName", Position=0)]
public override string FilePath { get; set; }
member this.FilePath : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilePathComputerName", Position=0)>]
[<System.Management.Automation.ValidateTrustedData>]
member this.FilePath : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilePathComputerName", Position=0)>]
member this.FilePath : string with get, set
Public Overrides Property FilePath As String

Property Value

Attributes

Applies to