ConvertFromCsvCommand.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 input object which is written in Csv format.
public:
 property cli::array <System::Management::Automation::PSObject ^> ^ InputObject { cli::array <System::Management::Automation::PSObject ^> ^ get(); void set(cli::array <System::Management::Automation::PSObject ^> ^ value); };
	public System.Management.Automation.PSObject[] InputObject { get; set; }
	[System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNull]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Management.Automation.PSObject[] InputObject { get; set; }
	member this.InputObject : System.Management.Automation.PSObject[] with get, set
	[<System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNull>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.InputObject : System.Management.Automation.PSObject[] with get, set
	Public Property InputObject As PSObject()
	Property Value
		PSObject[]
		
	
	
	- Attributes