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

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

true if this instance is lazy; otherwise, false.