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