Sdílet prostřednictvím


Iteration.ClassificationType Property

Definition

Gets the classification type of the project. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to