JoinStringCommand.InputObject 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 input object to join into text.
[System.Management.Automation.Parameter(ValueFromPipeline=true)]
public System.Management.Automation.PSObject[] InputObject { get; set; }
[<System.Management.Automation.Parameter(ValueFromPipeline=true)>]
member this.InputObject : System.Management.Automation.PSObject[] with get, set
Public Property InputObject As PSObject()
Property Value
PSObject[]
- Attributes