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