Click or drag to resize

PropertiesLoaded Property

True if the collection has been loaded, False otherwise. Note that the collection may have been loaded and still remain empty. Also, the Load methods do not honor this flag. You can test LoadedDate to determine the UTC date/time that this collection was last marked as Loaded.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Loaded { get; set; }

Property Value

Type: Boolean
See Also