ScriptBlockAst.DynamicParamBlock 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 dynamicparam block for a script block, or null if no dynamicparam block was specified.
public:
property System::Management::Automation::Language::NamedBlockAst ^ DynamicParamBlock { System::Management::Automation::Language::NamedBlockAst ^ get(); };
public System.Management.Automation.Language.NamedBlockAst DynamicParamBlock { get; }
member this.DynamicParamBlock : System.Management.Automation.Language.NamedBlockAst
Public ReadOnly Property DynamicParamBlock As NamedBlockAst