RubricScore.Score Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Numeric score for the dimension, or null when the dimension was marked
non-applicable for this item. Foundry rubric evaluators emit integer scores on a 1β5 scale.
public int? Score { get; init; }
member this.Score : Nullable<int> with get, set
Public Property Score As Nullable(Of Integer)