SecurityEvent.ClientIp Property

Definition

Gets the IP address of the client who executed the statement.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientIp")]
public string ClientIp { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientIp")>]
member this.ClientIp : string
Public ReadOnly Property ClientIp As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to