ConvertFromMarkdownCommand.InputObject Property

Definition

Gets or sets the InputObject of type System.IO.FileInfo or string with content to convert from Markdown to MarkdownInfo.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InputObjParamSet", ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Management.Automation.PSObject InputObject { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InputObjParamSet", ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.InputObject : System.Management.Automation.PSObject with get, set
Public Property InputObject As PSObject

Property Value

Attributes

Applies to