StartJobCommand.FilePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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