DynamicValue.Contains Method

 

Determines whether the DynamicValue contains a target item.

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

NameDescription
System_CAPS_pubmethodContains(DynamicValue)

Determines whether the DynamicValue contains a target item.

System_CAPS_pubmethodContains(KeyValuePair(Of String, DynamicValue))

Determines whether the DynamicValue contains a target item.

Return to top

DynamicValue.Contains Method (DynamicValue)

Determines whether the DynamicValue contains a target item.

Public Function Contains (
	item As DynamicValue
) As Boolean

Parameters

item
Type: Microsoft.Activities.DynamicValue

The child item to search.

Return Value

Type: System.Boolean

true if the DynamicValue contains a target item; otherwise, false.

Return to top

DynamicValue.Contains Method (KeyValuePair(Of String, DynamicValue))

Determines whether the DynamicValue contains a target item.

Public Function Contains (
	item As KeyValuePair(Of String, DynamicValue)
) As Boolean

Parameters

item
Type: System.Collections.Generic.KeyValuePair(Of String, DynamicValue)

The child item to search.

Return Value

Type: System.Boolean

true if the DynamicValue contains a target item; otherwise, false.

Return to top
Show: