AssetTypeAssetTypeProperties Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<AssetTypeProperty> AssetTypeProperties { get; }
Public ReadOnly Property AssetTypeProperties As ChildCollection(Of AssetTypeProperty)
Get
public:
property ChildCollection<AssetTypeProperty^>^ AssetTypeProperties {
ChildCollection<AssetTypeProperty^>^ get ();
}
member AssetTypeProperties : ChildCollection<AssetTypeProperty> with get
Property Value
Type:
ChildCollectionAssetTypeProperty
See Also