Types/MarkX/set_Input.ps1

param(
[PSObject[]]$InputObject
)

$this | Add-Member NoteProperty '#Input' $InputObject -Force

$this.Sync()