Whether LightSpeed automatically detects property names.

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

Syntax

C#
[ConfigurationPropertyAttribute("detectPropertyNames")]
public Nullable<bool> DetectPropertyNames { get; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("detectPropertyNames")> _
Public ReadOnly Property DetectPropertyNames As Nullable(Of Boolean)

See Also