DistributionOutputStoreTransactionLine Property |
The store transaction line, for which costs will be distributed. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic StoreTransactionLine StoreTransactionLine { get; set; }
Public Property StoreTransactionLine As StoreTransactionLine
Get
Set
public:
property StoreTransactionLine^ StoreTransactionLine {
StoreTransactionLine^ get ();
void set (StoreTransactionLine^ value);
}
member StoreTransactionLine : StoreTransactionLine with get, set
Property Value
Type:
StoreTransactionLine
See Also