 |
DetailItemApplyToClientLookupCode Property |
Apply To Client Lookup Code
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2020.1.0.523
Syntaxpublic string ApplyToClientLookupCode { get; set; }
Public Property ApplyToClientLookupCode As String
Get
Set
Dim instance As DetailItem
Dim value As String
value = instance.ApplyToClientLookupCode
instance.ApplyToClientLookupCode = value
Property Value
Type:
String
ApplyToClientLookupCode As String.
Remarks Note |
---|
- Name - ApplyToClientLookupCode
- Length - -1
- Required On Insert - False
- Required On Update - False
|
See Also