1. Home
  2. Docs
  3. Microsoft Expressions
  4. Not

Not

Not

  • Takes a Boolean operand as input and negates its value. 

Properties

      Common

  • DisplayName (String) – The display name of the activity.

      Misc

  • Operand (InArgument<Boolean>) – The Boolean variable or argument to be given as input.
  • Result (OutArgument<Boolean>) – Returns Boolean value
  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.

Example

  • Create a new Process and then click on Manage Packages. Now search for Activities.Expressions  in search bar. Install this package and click Save.
  • Then create a Sequence and inside it call Not activity. Enter the operand value to be negated and take output in the result