MetricDefinition.IsDimensionRequired Property

Definition

Gets or sets flag to indicate whether the dimension is required.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to