TraceCommandCommand.FilePath Property

Definition

Adds the file trace listener using the specified file.

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]
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>]
member this.FilePath : string with get, set
Public Property FilePath As String

Property Value

Attributes

Applies to