|  | 
| StickyNotetext 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
 Syntax
Syntaxpublic string text { get; set; }Public Property text As String
	Get
	Set
Dim instance As StickyNote
Dim value As String
value = instance.text
instance.text = value
Property Value
Type: 
String See Also
See Also