ConvertFromJsonCommand.InputObject Property

Definition

Gets or sets the InputString property.

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

Property Value

Attributes

Applies to