BaseCsvWritingCommand.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.
Abstract Property - Input Object which is written in Csv format. Derived as Different Attributes.In ConvertTo-CSV, This is a positional parameter. Export-CSV not a Positional behaviour.
public:
abstract property System::Management::Automation::PSObject ^ InputObject { System::Management::Automation::PSObject ^ get(); void set(System::Management::Automation::PSObject ^ value); };
public abstract System.Management.Automation.PSObject InputObject { get; set; }
member this.InputObject : System.Management.Automation.PSObject with get, set
Public MustOverride Property InputObject As PSObject