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