SupplySchemaRoutes Property |
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<SupplySchemaRoute> Routes { get; }
Public ReadOnly Property Routes As ChildCollection(Of SupplySchemaRoute)
Get
public:
property ChildCollection<SupplySchemaRoute^>^ Routes {
ChildCollection<SupplySchemaRoute^>^ get ();
}
member Routes : ChildCollection<SupplySchemaRoute> with get
Property Value
Type:
ChildCollectionSupplySchemaRoute
See Also