ScriptBlockAst.ParamBlock 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.
The ast representing the parameters for a script block, or null if no param block was specified.
public:
property System::Management::Automation::Language::ParamBlockAst ^ ParamBlock { System::Management::Automation::Language::ParamBlockAst ^ get(); };
public System.Management.Automation.Language.ParamBlockAst ParamBlock { get; }
member this.ParamBlock : System.Management.Automation.Language.ParamBlockAst
Public ReadOnly Property ParamBlock As ParamBlockAst