ExpressionContainerValue<TResult>.Arguments Property

 

Gets the set of arguments to the expression.

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

Syntax

[DefaultValueAttribute(null)]
public Dictionary<string, Argument> Arguments { get; }
public:
[DefaultValueAttribute(null)]
property Dictionary<String^, Argument^>^ Arguments {
    Dictionary<String^, Argument^>^ get();
}
[<DefaultValueAttribute(null)>]
member Arguments : Dictionary<string, Argument> with get
<DefaultValueAttribute(Nothing)>
Public ReadOnly Property Arguments As Dictionary(Of String, Argument)

Property Value

Type: System.Collections.Generic.Dictionary<String, Argument>

Returns the set of arguments to the expression.

See Also

ExpressionContainerValue<TResult> Class
Microsoft.Activities.Expressions Namespace

Return to top