 |
StickyNoteentered_date Property |
Displays when the sticky note was entered.
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 DateTime entered_date { get; set; }
Public Property entered_date As DateTime
Get
Set
Dim instance As StickyNote
Dim value As DateTime
value = instance.entered_date
instance.entered_date = value
Property Value
Type:
DateTime
Remarks
See Also