DocumentDistributedAmountRepository Property |
Provides access to DocumentDistributedAmountsRepository repository methods
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentDistributedAmountsRepository Repository { get; }
Public ReadOnly Property Repository As DocumentDistributedAmountsRepository
Get
public:
property DocumentDistributedAmountsRepository^ Repository {
DocumentDistributedAmountsRepository^ get ();
}
member Repository : DocumentDistributedAmountsRepository with get
Property Value
Type:
DocumentDistributedAmountsRepository
See Also