 |
NoteItemV1NoteText Property |
The Note Text
Namespace:
ASI.TAM.API.Data.UI.Activity
Assembly:
ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2021.1.0.1
Syntaxpublic string NoteText { get; set; }
Public Property NoteText As String
Get
Set
Dim instance As NoteItemV1
Dim value As String
value = instance.NoteText
instance.NoteText = value
Property Value
Type:
String
NoteText As String.
Remarks Note |
---|
- Name - NoteText
- Length - 7950
- Required On Insert - True
- Required On Update - True
|
See Also