Activity(Of TResult).Result Property

.NET Framework (current version)
 

Gets or sets the result argument for the Activity(Of TResult).

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

Public Property Result As OutArgument(Of TResult)

Property Value

Type: System.Activities.OutArgument(Of TResult)

The result argument for the Activity(Of TResult).

This property is read-only at runtime. If the value is set at runtime, an InvalidOperationException is thrown.

.NET Framework
Available since 4.0
Return to top
Show: