Description

Note of the entity. DATATYPE: String.

Property Type

  • Read-write property

Syntax

Public Property Note() As Variant 

Example

Dim MyEntity As Entity 
Dim StorNote As String = "Pick up shirts from laundry" 

MyEntity.Note = StorNote 
  • No labels