 |
StickyNoteInsertRequestuser_code Property |
Used to specify the Epic security user associated to the inserted 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 user_code { get; set; }
Public Property user_code As String
Get
Set
Dim instance As StickyNoteInsertRequest
Dim value As String
value = instance.user_code
instance.user_code = value
Property Value
Type:
String
RemarksRequired when program_area_code is set to HOME. Ignored otherwise.
See Also