Metric.ErrorMessage Property

Definition

Gets or sets error message encountered querying this specific metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to