ProjectTaskActivity Property |
The Id of the Cm_Activity created for this task. null means that activity is still not created. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic 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
Type:
Activity
See Also