PartyParentParty Property |
Organizational unit (branch from the hierarchy of all parties) to which this party is referred to
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party ParentParty { get; set; }
Public Property ParentParty As Party
Get
Set
public:
property Party^ ParentParty {
Party^ get ();
void set (Party^ value);
}
member ParentParty : Party with get, set
Property Value
Type:
Party
See Also