NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeIfStatement Properties

The properties of the CodeIfStatement class are listed below. For a complete list of CodeIfStatement class members, see the CodeIfStatement Members topic.

Public:

Condition Gets or sets the condition to test for true.
FalseStatements Gets or sets the statements to execute if test condition is false and there is an else clause.
LinePragma (inherited from CodeStatement) The line the statement occurs on.
TrueStatements Gets or sets the statements to execute if test condition is true.

See Also

CodeIfStatement Class | System.CodeDOM Namespace