ApplicationInsightsComponent.ApplicationType Property

Definition

Gets or sets type of application being monitored. Possible values include: 'web', 'other'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.Application_Type")]
public string ApplicationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.Application_Type")>]
member this.ApplicationType : string with get, set
Public Property ApplicationType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to