JoinStringCommand.FormatString Property

Definition

Gets or sets a format string that is applied to each input object.

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

Property Value

Attributes

Applies to