JoinPathCommand.AdditionalChildPath 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 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