ActivityImplementationContext.Verbose Property

Definition

Determines whether to emit verbose output of the activity.

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

Property Value

Applies to