Share via


OutGridViewCommand.InputObject Property

Gets and sets the value of the InputObject parameter of the Out-GridView cmdlet. This property is introduced in Windows PowerShell 2.0.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)

Usage

'Usage
Dim instance As OutGridViewCommand
Dim value As PSObject

value = instance.InputObject

instance.InputObject = value

Syntax

'Declaration
<ParameterAttribute(ValueFromPipeline:=True)> _
Public Property InputObject As PSObject
[ParameterAttribute(ValueFromPipeline=true)] 
public PSObject InputObject { get; set; }
[ParameterAttribute(ValueFromPipeline=true)] 
public:
property PSObject^ InputObject {
    PSObject^ get ();
    void set (PSObject^ value);
}
/** @property */
public PSObject get_InputObject ()

/** @property */
public void set_InputObject (PSObject value)
public function get InputObject () : PSObject

public function set InputObject (value : PSObject)

Property Value

A PSObject object that contains the input data to be displayed in the grid view.

Remarks

This topic is included in this SDK for completeness only. For more information about this cmdlet, see Out-GridView in the Microsoft TechNet Library.

For Help at the command line, type:

get-help out-gridview

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

OutGridViewCommand Class
OutGridViewCommand Members
Microsoft.PowerShell.Commands Namespace

Other Resources

Windows PowerShell SDK