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)
Syntaxpublic bool Loaded { get; set; }
Public Property Loaded As Boolean
Get
Set
Property Value
Type:
Boolean
See Also