Gets the name of the property in error.

Namespace:  Mindscape.LightSpeed.Validation
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public string PropertyName { get; }
Visual Basic (Declaration)
Public ReadOnly Property PropertyName As String

Field Value

The name of the property in error.

See Also