ModuleBlockSyntax.ModuleStatement Property

Definition

The "Module" statement that begins the block.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::ModuleStatementSyntax ^ ModuleStatement { Microsoft::CodeAnalysis::VisualBasic::Syntax::ModuleStatementSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ModuleStatementSyntax ModuleStatement { get; }
member this.ModuleStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.ModuleStatementSyntax
Public ReadOnly Property ModuleStatement As ModuleStatementSyntax

Property Value

Applies to