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
GitHub पर हमारे साथ सहयोग करें
इस सामग्री का स्रोत GitHub पर पाया जा सकता है, जहाँ आप समस्याएँ बना और समीक्षा भी कर सकते हैं और अनुरोध खींच सकते हैं. अधिक जानकारी के लिए, हमारे योगदानकर्ता गाइड देखें.