TeeObjectCommand.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 parameter.
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="File", 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="File", Position=0)>]
member this.FilePath : string with get, set
Public Property FilePath As String
Property Value
- Attributes