DynamicValue::ContainsKey Method (String^)

 

Specifies whether the DynamicValue contains a specific key.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

public:
virtual bool ContainsKey(
	String^ key
) sealed

Parameters

key
Type: System::String^

The key to search.

Return Value

Type: System::Boolean

true if the DynamicValue contains a specific key; otherwise, false.

Return to top
Show: