Activity<TResult>.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.