Input Property

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets Input.

Namespace: Microsoft.Activities.Extensions.Statements
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public InArgument<IDictionary<string, Object>> Input { get; set; }
Visual Basic
Public Property Input As InArgument(Of IDictionary(Of String, Object))
	Get
	Set
Visual C++
public:
property InArgument<IDictionary<String^, Object^>^>^ Input {
	InArgument<IDictionary<String^, Object^>^>^ get ();
	void set (InArgument<IDictionary<String^, Object^>^>^ value);
}

Remarks

The input arguments you want to pass to the other workflow

See Also