 |
TransactionV1ServiceID Property |
Unique identifier used to specify a Service. Required if AttachToOption is Service. Ignored otherwise. 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> ServiceID { get; set; }
Public Property ServiceID As Nullable(Of Integer)
Get
Set
Dim instance As TransactionV1
Dim value As Nullable(Of Integer)
value = instance.ServiceID
instance.ServiceID = value
Property Value
Type:
NullableInt32
ServiceID As Integer?.
Remarks Note |
---|
- Name - ServiceID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also