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