Return trueTruetrue if the named value object attribute has been loaded.

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

- fieldName (String)
- The name of the attribute.

trueTruetrue if the named attribute has been loaded.