Share via


MultiLineIfBlockSyntax.IfStatement Property

Definition

The "If" statement that begins the "If" block.

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

Property Value

Applies to