Return trueTruetruetrue (True in Visual Basic) if the named value object attribute has been loaded.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsLoaded(
	string fieldName
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function IsLoaded ( _
	fieldName As String _
) As Boolean

Parameters

fieldName
Type: System..::.String
The name of the attribute.

Return Value

trueTruetruetrue (True in Visual Basic) if the named attribute has been loaded.

See Also