ScriptBlockAst.BeginBlock Property

Definition

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

Property Value

Applies to