Value Exists in Dictionary
This Activity checks if a particular Value is in the given Dictionary. It returns a Boolean value – True if the Value is found in the Dictionary, and False if not.
Value Exists in Dictionary Properties:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
Dictionary | .Net Dictionary | Input | This property specifies the Dictionary. |
DisplayName | String | Misc | This specifies the name on the Activity Box. |
Result | Boolean | Output | This property is set to True if the Value exists in the Dictionary and False if not. |
Value | .Net Data Type (Int32, String, etc.) | Input | This property specifies the Value to be found in the Dictionary. |
VIP DEVOPS INTEGRATION VIP DESIGNER ACTIONS COLLECTION ACTIONS