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