Mindscape LightSpeed - User Reference & API Documentation
IsLoaded Method (fieldName)
API ReferenceMindscape.LightSpeedEntityIsLoaded(String)
Return trueTruetrue if the named value object attribute has been loaded.
Declaration Syntax
C#Visual Basic
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsLoaded(
	string fieldName
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function IsLoaded ( _
	fieldName As String _
) As Boolean
Parameters
fieldName (String)
The name of the attribute.
Return Value
trueTruetrue if the named attribute has been loaded.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)