ActivityTemplateResponsibleParty Property |
If Null the user that starts the generation route is responsible party of the activity. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party ResponsibleParty { get; set; }
Public Property ResponsibleParty As Party
Get
Set
public:
property Party^ ResponsibleParty {
Party^ get ();
void set (Party^ value);
}
member ResponsibleParty : Party with get, set
Property Value
Type:
Party
See Also