Description
Returns an object representing a collection of attributes in the entity.
Syntax
Public Function Attributes() As Attributes
Example
Din MyEntity As Entity Din MyAttribute As AttributeObj For Each MyAttribute In MyEntity.Attributes 'Operations on Attrbiutes collection go here ... Next MyAttribute
See Also