MetricSpecification.IsInternal Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="isInternal")]
public bool? IsInternal { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isInternal")>]
member this.IsInternal : Nullable<bool> with get, set
Public Property IsInternal As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to