The IfSyntax object contains the following properties:
Property List
| Name | Description | 
|---|---|
| Condition | Specifies the condition to be tested. | 
| FalseSyntax | Specifies the statement(s) to be executed if the condition is False. | 
| TrueSyntax | Specifies the statement(s) to be executed if the condition is True. | 
