DynamicValue.Values Property

 

Gets the collection of values for this instance.

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

Syntax

public ICollection<DynamicValue> Values { get; }
public:
property ICollection<DynamicValue^>^ Values {
    virtual ICollection<DynamicValue^>^ get() sealed;
}
abstract Values : ICollection<DynamicValue> with get
override Values : ICollection<DynamicValue> with get
Public ReadOnly Property Values As ICollection(Of DynamicValue)

Property Value

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

The collection of values for this instance.

Implements

IDictionary<TKey, TValue>.Values

See Also

DynamicValue Class
Microsoft.Activities Namespace

Return to top