 |
NoteItemV1NoteID Property |
Unique identifier used to specify current note
Created in Epic SDK 2016.
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 int NoteID { get; set; }
Public Property NoteID As Integer
Get
Set
Dim instance As NoteItemV1
Dim value As Integer
value = instance.NoteID
instance.NoteID = value
Property Value
Type:
Int32
NoteID As Integer.
Remarks Note |
---|
- Name - NoteID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also