DynamicValue.ContainsKey Method (String)

 

Specifies whether the DynamicValue contains a specific key.

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

abstract ContainsKey : 
        key:string -> bool
override ContainsKey : 
        key:string -> bool

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: