ActivityImplementationContext.Debug Property

Definition

Determines whether to emit debug output of the activity.

public:
 property Nullable<bool> Debug { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? Debug { get; set; }
member this.Debug : Nullable<bool> with get, set
Public Property Debug As Nullable(Of Boolean)

Property Value

Applies to