 |
StickyNoteUpdateRequesttext Property |
The text contined by the sticky note.
Namespace:
ASI.TAM.API.Data.UI.StickyNote
Assembly:
ASI.TAM.API.Data.UI.StickyNote (in ASI.TAM.API.Data.UI.StickyNote.dll) Version: 2021.1.0.1
Syntaxpublic string text { get; set; }
Public Property text As String
Get
Set
Dim instance As StickyNoteUpdateRequest
Dim value As String
value = instance.text
instance.text = value
Property Value
Type:
String
RemarksCannot be set to blank.
Maximum characters are 500.
See Also