Versions Compared

Key

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

Description

This is the definition Definition of the entity. DATATYPE: String.

Property

...

Type

  • Read-write property

Syntax

Code Block
languagevb
Public Property Definition() As Variant

Example

Code Block
languagevb
Dim MyEntity As Entity

...


Dim EntDef As String

...


  

...


MyEntity.Definition = EntDef
Info
titleSee Also