Gets the Activity associated with the designer.
Namespace:
System.Workflow.ComponentModel.Design
Assembly:
System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Visual Basic (Declaration)
Public ReadOnly Property Activity As Activity
Dim instance As ActivityDesigner
Dim value As Activity
value = instance.Activity
public Activity Activity { get; }
public:
property Activity^ Activity {
Activity^ get ();
}
public function get Activity () : Activity
Use the Activity to access the properties and events of the activity.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0
Reference