DynamicValue.Values Property
Gets the collection of values for this instance.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
abstract Values : ICollection<DynamicValue> with get override Values : ICollection<DynamicValue> with get
Property Value
Type: System.Collections.Generic.ICollection<DynamicValue>The collection of values for this instance.
Implements
IDictionary<'TKey, 'TValue>.Values
Show: