ElseBlockSyntax.ElseStatement 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 "Else" statement that begins the "Else" block.
public:
property Microsoft::CodeAnalysis::VisualBasic::Syntax::ElseStatementSyntax ^ ElseStatement { Microsoft::CodeAnalysis::VisualBasic::Syntax::ElseStatementSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ElseStatementSyntax ElseStatement { get; }
member this.ElseStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.ElseStatementSyntax
Public ReadOnly Property ElseStatement As ElseStatementSyntax