UpdateRecipeRequestOverwrite Property |
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.ProductionAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic bool Overwrite { get; set; }
Public Property Overwrite As Boolean
Get
Set
Property Value
Boolean
See Also