Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Returns an object representing a collection of attributes in the entity.

Syntax

...

Code Block
languagevb
Public Function Attributes() As Attributes

Example

...

Code Block
languagevb
Din MyEntity As Entity
Din MyAttribute As AttributeObj

For Each MyAttribute In MyEntity.Attributes

'Operations on Attrbiutes collection go here
...

Next MyAttribute
Info
title

...

See Also