ConvertFromJsonCommand.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.
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