EnterpriseOneTransactionApplicationsRentalObjectsAssetTypeProperties Property |
Gets a typed query for the Applications.Rental.AssetTypeProperty entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<AssetTypeProperty, AssetTypePropertiesRepository> AssetTypeProperties { get; }
Public ReadOnly Property AssetTypeProperties As TransactionQuery(Of AssetTypeProperty, AssetTypePropertiesRepository)
Get
public:
property TransactionQuery<AssetTypeProperty^, AssetTypePropertiesRepository^>^ AssetTypeProperties {
TransactionQuery<AssetTypeProperty^, AssetTypePropertiesRepository^>^ get ();
}
member AssetTypeProperties : TransactionQuery<AssetTypeProperty, AssetTypePropertiesRepository> with get
Property Value
Type:
TransactionQueryAssetTypeProperty,
AssetTypePropertiesRepository
See Also