Gets or sets a value indicating whether this instance is lazy, i.e. is not yet loaded.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsLazy { get; set; }
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Property IsLazy As Boolean

Field Value

true if this instance is lazy; otherwise, false.

See Also