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