EventData.Authorization Property
Optional. Gets or sets the authorization.This is the authorization used by the user who has performed the operation that led to this event.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public SenderAuthorization Authorization { get; set; }
public:
property SenderAuthorization^ Authorization {
SenderAuthorization^ get();
void set(SenderAuthorization^ value);
}
member Authorization : SenderAuthorization with get, set
Public Property Authorization As SenderAuthorization
Property Value
Type: Microsoft.Azure.Insights.Models.SenderAuthorization
See Also
EventData Class
Microsoft.Azure.Insights.Models Namespace
Return to top