ManagedAssetLocations Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ManagedAssetLocation> Locations { get; }
Public ReadOnly Property Locations As ChildCollection(Of ManagedAssetLocation)
Get
public:
property ChildCollection<ManagedAssetLocation^>^ Locations {
ChildCollection<ManagedAssetLocation^>^ get ();
}
member Locations : ChildCollection<ManagedAssetLocation> with get
Property Value
Type:
ChildCollectionManagedAssetLocation
See Also