OfferRecipientPerson Property |
The offer recipient. It should be employee of the customer. null means that there is no default recipient or he/she is unknown. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Person RecipientPerson { get; set; }
Public Property RecipientPerson As Person
Get
Set
public:
property Person^ RecipientPerson {
Person^ get ();
void set (Person^ value);
}
member RecipientPerson : Person with get, set
Property Value
Type:
Person
See Also