Share via


SecureScoreItem.Max Property

Definition

Gets maximum score available

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to