Gets a value indicating whether the document is loaded as needed or not.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic abstract bool IsLazy { get; }
Public MustOverride ReadOnly Property IsLazy As Boolean
Get
public:
virtual property bool IsLazy {
bool get () abstract;
}
abstract IsLazy : bool with get
Property Value
Type:
BooleanA value indicating whether the document is loaded as needed or not.
See Also