Share via


WhileBlockSyntax.WhileStatement Property

Definition

The While statement that begins the block.

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

Property Value

Applies to