次の方法で共有


MetricDefinition.IsDimensionRequired プロパティ

定義

ディメンションが必要かどうかを示すフラグを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象