JoinStringCommand.Separator 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 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