Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 827 Bytes

File metadata and controls

28 lines (24 loc) · 827 Bytes
title Then Statement
ms.date 07/20/2015
ms.prod .net
ms.reviewer
ms.suite
ms.technology
devlang-visual-basic
ms.topic article
helpviewer_keywords
Then keyword [Visual Basic]
ms.assetid 41fdb422-d222-4c10-b5b0-c421c79e9070
caps.latest.revision 10
author dotnet-bot
ms.author dotnetcontent

Then Statement

Introduces a statement block to be compiled or executed if a tested condition is true.

Remarks

The Then keyword can be used in these contexts:

#If...Then...#Else Directive

If...Then...Else Statement

See Also

Keywords