ActivityTargetParty Property |
External participant or target of the task. [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 TargetParty { get; set; }
Public Property TargetParty As Party
Get
Set
public:
property Party^ TargetParty {
Party^ get ();
void set (Party^ value);
}
member TargetParty : Party with get, set
Property Value
Type:
Party
See Also