 |
TransactionV1ServiceItemizationID Property |
Unique identifier used to specify a Service Itemization. Ignored if AttachToOption is not Service. Can be obtained using Get_Service.
Created in Epic SDK 2017 R2.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<int> ServiceItemizationID { get; set; }
Public Property ServiceItemizationID As Nullable(Of Integer)
Get
Set
Dim instance As TransactionV1
Dim value As Nullable(Of Integer)
value = instance.ServiceItemizationID
instance.ServiceItemizationID = value
Property Value
Type:
NullableInt32
ServiceItemizationID As Integer?.
Remarks Note |
---|
- Name - ServiceItemizationID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also