ConcatString.Inputs Property

 

Gets or sets the inputs to concatenate.

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

Syntax

[RequiredArgumentAttribute]
public Collection<InArgument<string>> Inputs { get; set; }
public:
[RequiredArgumentAttribute]
property Collection<InArgument<String^>^>^ Inputs {
    Collection<InArgument<String^>^>^ get();
    void set(Collection<InArgument<String^>^>^ value);
}
[<RequiredArgumentAttribute>]
member Inputs : Collection<InArgument<string>> with get, set
<RequiredArgumentAttribute>
Public Property Inputs As Collection(Of InArgument(Of String))

Property Value

Type: System.Collections.ObjectModel.Collection<InArgument<String>>

Returns the inputs to concatenate.

See Also

ConcatString Class
Microsoft.Activities.Expressions Namespace

Return to top