Page History
...
Code Block | ||
---|---|---|
| ||
Public Property Note() As Variant |
Example
Code Block | ||
---|---|---|
| ||
Dim MyEntity As Entity
Dim StorNote As String = "Pick up shirts from laundry"
MyEntity.Note = StorNote |
Info | ||
---|---|---|
| ||
...
Code Block | ||
---|---|---|
| ||
Public Property Note() As Variant |
Code Block | ||
---|---|---|
| ||
Dim MyEntity As Entity
Dim StorNote As String = "Pick up shirts from laundry"
MyEntity.Note = StorNote |
Info | ||
---|---|---|
| ||
Copyright © 2004-2024 IDERA, Inc.