UpdateRecipeRequestOverwrite Property |
[This is preliminary documentation and is subject to change.]
If set to true, any existing Recipe at the Endpoint with the same name will be replaced by the Recipe
provided in this request. If set to False, the update request will not succeed if a Recipe with the same
name exists at the Endpoint.
Namespace:
CFX.Production
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic bool Overwrite { get; set; }
Public Property Overwrite As Boolean
Get
Set
Property Value
Type:
Boolean
See Also