CodeActivity<TResult>.Implementation 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.
Not supported.
protected:
property Func<System::Activities::Activity ^> ^ Implementation { Func<System::Activities::Activity ^> ^ get(); void set(Func<System::Activities::Activity ^> ^ value); };
[System.Runtime.Serialization.IgnoreDataMember]
protected override sealed Func<System.Activities.Activity> Implementation { get; set; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.Implementation : Func<System.Activities.Activity> with get, set
Protected Overrides NotOverridable Property Implementation As Func(Of Activity)
Property Value
Always returns null
.
- Attributes
Remarks
Setting a value for this property returns a NotSupportedException. CodeActivity<TResult> does not allow defining the execution logic as an activity. Instead the execution logic must be defined in the Execute method.
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.