JoinPathCommand.AdditionalChildPath Property

Definition

Gets or sets additional childPaths to the command.

[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.AllowEmptyString]
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Mandatory=false, Position=2, ValueFromPipelineByPropertyName=true, ValueFromRemainingArguments=true)]
public string[] AdditionalChildPath { get; set; }
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.AllowEmptyString>]
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Mandatory=false, Position=2, ValueFromPipelineByPropertyName=true, ValueFromRemainingArguments=true)>]
member this.AdditionalChildPath : string[] with get, set
Public Property AdditionalChildPath As String()

Property Value

String[]
Attributes

Applies to