CodeActivity(Of TResult).Implementation Property

.NET Framework (current version)
 

Not supported.

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

<IgnoreDataMemberAttribute>
Protected Overrides NotOverridable Property Implementation As Func(Of Activity)

Property Value

Type: System.Func(Of Activity)

Always returns null.

Setting a value for this property returns a NotSupportedException. CodeActivity(Of TResult) does not allow defining the execution logic as an activity. Instead the execution logic must be defined in the Execute method.

.NET Framework
Available since 4.0
Return to top
Show: