ActivityOwnerParty Property |
The party that owns the task. Initially this is the party that has created the task. [Required] [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 OwnerParty { get; set; }
Public Property OwnerParty As Party
Get
Set
public:
property Party^ OwnerParty {
Party^ get ();
void set (Party^ value);
}
member OwnerParty : Party with get, set
Property Value
Type:
Party
See Also