PartyLocationNumberPartnerParty Property |
The party with which we are doing exchange. Depending on the Partner Party, the main Party might have different location number. null means that the location number is not dependent on the Partner Party. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party PartnerParty { get; set; }
Public Property PartnerParty As Party
Get
Set
public:
property Party^ PartnerParty {
Party^ get ();
void set (Party^ value);
}
member PartnerParty : Party with get, set
Property Value
Type:
Party
See Also