次の方法で共有


Iteration.ClassificationType プロパティ

定義

プロジェクトの分類の種類を取得します。 使用可能な値は、'Multiclass'、'Multilabel' です。

[Newtonsoft.Json.JsonProperty(PropertyName="classificationType")]
public string ClassificationType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="classificationType")>]
member this.ClassificationType : string
Public ReadOnly Property ClassificationType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象