DynamicValue::ContainsKey Method (String^)
Specifies whether the DynamicValue contains a specific key.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
Parameters
- key
-
Type:
System::String^
The key to search.
Return Value
Type: System::Booleantrue if the DynamicValue contains a specific key; otherwise, false.
Show: