DynamicValue.Keys Property

 

Gets the collection of keys for the dynamic values.

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

abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get

Property Value

Type: System.Collections.Generic.ICollection<String>

The collection of keys for the dynamic values.

Return to top
Show: