Key Exists in Dictionary
This Activity checks to see if a particular Key is in a Dictionary (Type of Collection). If the Key is in the Structure, the Activity returns True and if not, then the Activity returns False.
Key Exists in Dictionary Properties:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
Dictionary | .Net Dictionary Data Type | Input | This property specifies the Dictionary structure. |
DisplayName | String | Misc | This is the Name that appears on the Activity Box. |
Key | .Net Data Type (String, Int32, etc.) | Input | This property specifies the Key to be searched for in the Dictionary. |
Result | Boolean | Output | This property is set to True if Key is found in Dictionary and False otherwise. |
VIP DEVOPS INTEGRATION VIP DESIGNER ACTIONS COLLECTION ACTIONS