EnterpriseOneTransactionGeneralProductsObjectsProductGroupRangeProperties Property |
Gets a typed query for the General.Products.ProductGroupRangeProperty entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<ProductGroupRangeProperty, ProductGroupRangePropertiesRepository> ProductGroupRangeProperties { get; }
Public ReadOnly Property ProductGroupRangeProperties As TransactionQuery(Of ProductGroupRangeProperty, ProductGroupRangePropertiesRepository)
Get
public:
property TransactionQuery<ProductGroupRangeProperty^, ProductGroupRangePropertiesRepository^>^ ProductGroupRangeProperties {
TransactionQuery<ProductGroupRangeProperty^, ProductGroupRangePropertiesRepository^>^ get ();
}
member ProductGroupRangeProperties : TransactionQuery<ProductGroupRangeProperty, ProductGroupRangePropertiesRepository> with get
Property Value
Type:
TransactionQueryProductGroupRangeProperty,
ProductGroupRangePropertiesRepository
See Also