ApplicationInsightsComponentFavorite.Category Property

Definition

Gets or sets favorite category, as defined by the user at creation time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to