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