IsLazy

Document.IsLazy property

Gets a value indicating whether the document is loaded as needed or not.

public abstract bool IsLazy { get; }

Property Value

A value indicating whether the document is loaded as needed or not.

See Also