Indicates if this is a specially managed field which will have its value managed by LightSpeed.

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

Syntax

C#
public bool IsManagedField { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsManagedField As Boolean

Remarks

An example of a managed field is the CreatedOn (Track Create Time) field. Managed fields are typically generated as read-only unless running in medium trust mode or when targetting serialization.

See Also