NativeActivity<TResult>::Implementation Property

.NET Framework (current version)
 

The execution logic of the activity.

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

protected:
[IgnoreDataMemberAttribute]
property Func<Activity^>^ Implementation {
	virtual Func<Activity^>^ get() override sealed;
	virtual void set(Func<Activity^>^ value) override sealed;
}

Property Value

Type: System::Func<Activity^>^

The execution logic.

.NET Framework
Available since 4.0
Return to top
Show: