JoinStringCommand.Separator Property

Definition

Gets or sets the delimiter to join the output with.

[System.Management.Automation.AllowEmptyString]
[System.Management.Automation.Parameter(Position=1)]
public string Separator { get; set; }
[System.Management.Automation.AllowEmptyString]
[System.Management.Automation.Parameter(Position=1)]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.PowerShell.Commands.Utility.JoinItemCompleter))]
public string Separator { get; set; }
[<System.Management.Automation.AllowEmptyString>]
[<System.Management.Automation.Parameter(Position=1)>]
member this.Separator : string with get, set
[<System.Management.Automation.AllowEmptyString>]
[<System.Management.Automation.Parameter(Position=1)>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.PowerShell.Commands.Utility.JoinItemCompleter))>]
member this.Separator : string with get, set
Public Property Separator As String

Property Value

Attributes

Applies to