Remove from Dictionary
This Activity is for removing an entry from a .NET Dictionary structure. When the Activity is dragged to the VIP canvas, the user is prompted for the .NET Data Type of the Dictionary Key and Value.
Remove from Dictionary Properties:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
Dictionary | .Net Dictionary | Input | This property specifies the Dictionary for which an entry will be removed. |
DisplayName | String | Misc | This property specifies the Name of the Activity Box. |
Key | .Net Data Type (Int32, String etc.) | Input | This property specifies the Key for the entry to be removed from Dictionary. |
Result | Boolean | Output | If this property is True, the Dictionary entry was successfully removed. If False, the Dictionary entry was not removed (possibly not found). |
VIP DEVOPS INTEGRATION VIP DESIGNER ACTIONS COLLECTION ACTIONS