ForEach.Values Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the activity’s collection of inputs for the execution of the Body activity action.

Namespace:  System.Activities.Core
Assembly:  System.Activities.Core (in System.Activities.Core.dll)

Syntax

'Declaration
<IsRequiredAttribute> _
Public Property Values As InArgument(Of IEnumerable)
    Get
    Set
'Usage
Dim instance As ForEach
Dim value As InArgument(Of IEnumerable)

value = instance.Values

instance.Values = value
[IsRequiredAttribute]
public InArgument<IEnumerable> Values { get; set; }
[IsRequiredAttribute]
public:
property InArgument<IEnumerable^>^ Values {
    InArgument<IEnumerable^>^ get ();
    void set (InArgument<IEnumerable^>^ value);
}
function get Values () : InArgument<IEnumerable>
function set Values (value : InArgument<IEnumerable>)
[<IsRequiredAttribute>]
member Values : InArgument<IEnumerable> with get, set

Property Value

Type: System.Activities.InArgument<IEnumerable>
The collection of values.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

ForEach Class

ForEach Members

System.Activities.Core Namespace