Description

Definition of the entity. DATATYPE: String.

Property Type

  • Read-write property

Syntax

Public Property Definition() As Variant

Example

Dim MyEntity As Entity
Dim EntDef As String
  
MyEntity.Definition = EntDef
  • No labels