 |
TransactionCodeCode Property |
Code
Created in Epic SDK V6.0.
Required
Namespace:
ASI.TAM.API.Data.UI.Configure.Transaction
Assembly:
ASI.TAM.API.Data.UI.Configure.Transaction (in ASI.TAM.API.Data.UI.Configure.Transaction.dll) Version: 2021.2.0.769
Syntaxpublic string Code { get; set; }
Public Property Code As String
Get
Set
Dim instance As TransactionCode
Dim value As String
value = instance.Code
instance.Code = value
Property Value
Type:
String
Code As String.
Remarks Note |
---|
- Name - Code
- Length - 4
- Required On Insert - True
- Required On Update - True
|
See Also