Mindscape LightSpeed - User Reference & API Documentation
DetectPropertyNames Property
API ReferenceMindscape.LightSpeedLightSpeedContextDetectPropertyNames
Gets or sets a value indicating whether LightSpeed automatically resolves property names. When using SetValue and GetValue in properties, LightSpeed automatically determines the name of the property being accessed. However, when using code generation it is more efficient to use Entity.Get and Entity.Set instead. In this case, set DetectPropertyNames to false.
Declaration Syntax
C#Visual Basic
public static bool DetectPropertyNames { get; set; }
Public Shared Property DetectPropertyNames As Boolean

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)