For Babelfish Release 1.12.3.10

PenaltyPenaltyPoints Property

Number of penalty points to be applied. Must be a value greather than or equal to 0.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public float PenaltyPoints { get; set; }

Property Value

Single

Exceptions

ArgumentOutOfRangeExceptionThrown if attempting to set penalties to a value less than zero.

See Also