BulkPaymentOrderLineLocationParty Property |
Location or sub-party of the Party_Id. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party LocationParty { get; set; }
Public Property LocationParty As Party
Get
Set
public:
property Party^ LocationParty {
Party^ get ();
void set (Party^ value);
}
member LocationParty : Party with get, set
Property Value
Type:
Party
See Also