Share via


SecureScoreControlDefinitionItem.MaxScore Property

Definition

Gets maximum control score (0..10)

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxScore")]
public int? MaxScore { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxScore")>]
member this.MaxScore : Nullable<int>
Public ReadOnly Property MaxScore As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to