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

+= Operator

See Also

Example

+= Operator | Arithmetic Operators | Concatenation Operators | Operator Precedence in Visual Basic | Operator Summary

Adds the value of an expression to the value of a variable and assigns the result to the variable.

Arguments

Part
Description
variable
Required; any numeric variable.
expression
Required; any numeric expression.