ServiceActivityReceiverPerson Property |
The id of the person from the customers company, that received and signed for the service. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Person ReceiverPerson { get; set; }
Public Property ReceiverPerson As Person
Get
Set
public:
property Person^ ReceiverPerson {
Person^ get ();
void set (Person^ value);
}
member ReceiverPerson : Person with get, set
Property Value
Type:
Person
See Also