ExportFormatDataCommand.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.
Type definition to include in export.
public:
property cli::array <System::Management::Automation::ExtendedTypeDefinition ^> ^ InputObject { cli::array <System::Management::Automation::ExtendedTypeDefinition ^> ^ get(); void set(cli::array <System::Management::Automation::ExtendedTypeDefinition ^> ^ value); };
public System.Management.Automation.ExtendedTypeDefinition[] InputObject { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ValueFromPipeline=true)]
public System.Management.Automation.ExtendedTypeDefinition[] InputObject { get; set; }
member this.InputObject : System.Management.Automation.ExtendedTypeDefinition[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ValueFromPipeline=true)>]
member this.InputObject : System.Management.Automation.ExtendedTypeDefinition[] with get, set
Public Property InputObject As ExtendedTypeDefinition()
Property Value
- Attributes