Gets or sets medium trust compatibility. If this is set to true, LightSpeed will use entity access code that is compatible with a wider range of trust environments at the expense of some speed.

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

Syntax

C#
public static bool UseMediumTrustCompatibility { get; set; }
Visual Basic (Declaration)
Public Shared Property UseMediumTrustCompatibility As Boolean

Remarks

This property must be set before any entity is instantiated.

See Also