SupplySchemaRouteSupplySchema Property |
The SupplySchema to which this SupplySchemaRoute belongs. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic SupplySchema SupplySchema { get; set; }
Public Property SupplySchema As SupplySchema
Get
Set
public:
property SupplySchema^ SupplySchema {
SupplySchema^ get ();
void set (SupplySchema^ value);
}
member SupplySchema : SupplySchema with get, set
Property Value
Type:
SupplySchema
See Also