OutFileCommand.FilePath Property

Definition

Mandatory file name to write to.

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[] { "Path" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByPath", Position=0)]
public string FilePath { get; set; }
member this.FilePath : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "Path" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByPath", Position=0)>]
member this.FilePath : string with get, set
Public Property FilePath As String

Property Value

Attributes

Applies to