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
See Also
Note of the entity. DATATYPE: String.
Public Property Note() As Variant
Dim MyEntity As Entity Dim StorNote As String = "Pick up shirts from laundry" MyEntity.Note = StorNote
See Also
Copyright © 2004-2024 IDERA, Inc.