EventData.Caller Property

Definition

Gets the email address of the user who has performed the operation, the UPN claim or SPN claim based on availability.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to