CodeActivity::ImplementationVersion Property

.NET Framework (current version)
 

Gets or sets the implementation version of the activity.

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

public protected:
property Version^ ImplementationVersion {
	virtual Version^ get() override sealed;
	virtual void set(Version^ value) override sealed;
}

Property Value

Type: System::Version^

The implementation version of the activity.

.NET Framework
Available since 4.5
Return to top
Show: