ProjectTaskParticipantParticipantPerson Property |
The person, who is planned to participate in the project task. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
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