Condividi tramite


ClientLoggingOptions.EnableLogging Property

Definition

Gets or sets value indicating if logging should be enabled in this client pipeline.

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

Property Value

Defaults to null. If null, this value will be treated as true.

Applies to