Share via


EventsResultData.CustomDimensions Property

Definition

Gets or sets custom dimensions of the event

[Newtonsoft.Json.JsonProperty(PropertyName="customDimensions")]
public Microsoft.Azure.ApplicationInsights.Models.EventsResultDataCustomDimensions CustomDimensions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customDimensions")>]
member this.CustomDimensions : Microsoft.Azure.ApplicationInsights.Models.EventsResultDataCustomDimensions with get, set
Public Property CustomDimensions As EventsResultDataCustomDimensions

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to