ApplicationInsightsComponentAnalyticsItem.Scope Property

Definition

Gets or sets enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'shared', 'user'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to