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