Value property (Recipe object)
Returns or sets the recipe name that is displayed in the field. This is the default property of the Recipe object. Read/write. String.
Setting the value does not move the focus to the field.
Syntax
Recipe
.Value
[ = string
]where
Recipe
– is the name of a Recipe object or an expression that evaluates to a Recipe object.string
– is a string value that specifies the name of the recipe.Provide Feedback