JoinPathCommand.ChildPath 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.
Gets or sets the childPath parameter to the command.
public:
property System::String ^ ChildPath { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ChildPath { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ChildPath { get; set; }
[System.Management.Automation.AllowEmptyString]
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Mandatory=true, Position=1, ValueFromPipelineByPropertyName=true)]
public string ChildPath { get; set; }
member this.ChildPath : string with get, set
[<System.Management.Automation.AllowEmptyString>]
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Mandatory=true, Position=1, ValueFromPipelineByPropertyName=true)>]
member this.ChildPath : string with get, set
Public Property ChildPath As String
Property Value
- Attributes