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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic bool Overwrite { get; set; }Public Property Overwrite As Boolean
Get
Set
Property Value
Boolean
See Also