ActivityParticipantParticipantPerson Property |
The person, participating in an activity. [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 Person ParticipantPerson { get; set; }
Public Property ParticipantPerson As Person
Get
Set
public:
property Person^ ParticipantPerson {
Person^ get ();
void set (Person^ value);
}
member ParticipantPerson : Person with get, set
Property Value
Type:
Person
See Also