次の方法で共有


MetricSpecification.IsInternal プロパティ

定義

メトリックが内部であるかどうかを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象