ConvertToJsonCommand.InputObject Property

Definition

Gets or sets the InputObject property.

public:
 property System::Object ^ InputObject { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ InputObject { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object InputObject { get; set; }
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true)]
public object InputObject { get; set; }
member this.InputObject : obj with get, set
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true)>]
member this.InputObject : obj with get, set
Public Property InputObject As Object

Property Value

Attributes

Applies to