Activity<TResult>.Result Property

Definition

Gets or sets the result argument for the Activity<TResult>.

public:
 property System::Activities::OutArgument<TResult> ^ Result { System::Activities::OutArgument<TResult> ^ get(); void set(System::Activities::OutArgument<TResult> ^ value); };
public System.Activities.OutArgument<TResult> Result { get; set; }
member this.Result : System.Activities.OutArgument<'Result> with get, set
Public Property Result As OutArgument(Of TResult)

Property Value

OutArgument<TResult>

The result argument for the Activity<TResult>.

Remarks

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

Applies to