Share via


ClassificationCategory2.Score Property

Definition

Gets or sets the category2 score.

[Newtonsoft.Json.JsonProperty(PropertyName="Score")]
public double? Score { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Score")>]
member this.Score : Nullable<double> with get, set
Public Property Score As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to