ScheduleActivityActivity Property
The activity to schedule.
The activity may be of type Activity or Activity<bool>
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public Activity Activity { get; set; }
Public Property Activity As Activity
Get
Set
public:
property Activity^ Activity {
Activity^ get ();
void set (Activity^ value);
}
member Activity : Activity with get, set
Property Value
Activity