Share via


SelectBlockSyntax.EndSelectStatement Property

Definition

The End Select statement that ends the block.

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

Property Value

Applies to