MetricSpecification.Category 속성

정의

메트릭이 속한 메트릭 범주의 이름을 가져오거나 설정합니다. 메트릭은 단일 범주에만 속할 수 있습니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상