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