DeleteActivity.EnableLogging Property

Definition

Gets or sets whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.enableLogging")]
public object EnableLogging { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.enableLogging")>]
member this.EnableLogging : obj with get, set
Public Property EnableLogging As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to