ApplicationInsightsComponent.ApplicationId Property

Definition

Gets the unique ID of your application. This field mirrors the 'Name' field and cannot be changed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to