Share via


DiagnosticContract.LogClientIp Property

Definition

Gets or sets log the ClientIP. Default is false.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.logClientIp")]
public bool? LogClientIp { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.logClientIp")>]
member this.LogClientIp : Nullable<bool> with get, set
Public Property LogClientIp As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to