ScriptBlockAst.ParamBlock Property

Definition

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

Property Value

Applies to