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!

Not Operator

Used to perform logical negation on an expression.

Arguments

Part
Description
result
Required; any Boolean expressiondefboolean@veendf98.chm.
expression
Required; any expression.

Remarks

The following table illustrates how result is determined:

If expression is Then result is
True False
False True

See Also

Example

Logical Operators | Operator Precedence in Visual Basic | Operator Summary