BuildCollection<TValue>.Values Property

 

Gets the set of values to add to the collection.

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

Syntax

public ICollection<InArgument<TValue>> Values { get; }
public:
property ICollection<InArgument<TValue>^>^ Values {
    ICollection<InArgument<TValue>^>^ get();
}
member Values : ICollection<InArgument<'TValue>> with get
Public ReadOnly Property Values As ICollection(Of InArgument(Of TValue))

Property Value

Type: System.Collections.Generic.ICollection<InArgument<TValue>>

Returns the set of values to add to the collection.

See Also

BuildCollection<TValue> Class
Microsoft.Activities Namespace

Return to top