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