DynamicValue.ContainsKey Method (String)

 

Specifies whether the DynamicValue contains a specific key.

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

public bool ContainsKey(
	string key
)

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: