DynamicValue.Keys Property

 

Gets the collection of keys for the dynamic values.

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

Public ReadOnly Property Keys As ICollection(Of String)

Property Value

Type: System.Collections.Generic.ICollection(Of String)

The collection of keys for the dynamic values.

Return to top
Show: