FunctionDefinitionAst.Body Property

Definition

The body of the function. This property is never null.

public:
 property System::Management::Automation::Language::ScriptBlockAst ^ Body { System::Management::Automation::Language::ScriptBlockAst ^ get(); };
public System.Management.Automation.Language.ScriptBlockAst Body { get; }
member this.Body : System.Management.Automation.Language.ScriptBlockAst
Public ReadOnly Property Body As ScriptBlockAst

Property Value

Applies to