Share via


WhileBlockSyntax.EndWhileStatement Property

Definition

The End While statement that ends the block.

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

Property Value

Applies to