ApplicationInsightsComponent.HockeyAppId Property

Definition

Gets or sets the unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to