ProjectParticipantParticipantParty Property |
The party Id of the participant. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party ParticipantParty { get; set; }
Public Property ParticipantParty As Party
Get
Set
public:
property Party^ ParticipantParty {
Party^ get ();
void set (Party^ value);
}
member ParticipantParty : Party with get, set
Property Value
Type:
Party
See Also