 |
ConfidentialClientAccessItemLookupCode Property |
The lookup Code when Type is Employee. Required when Type is Employee. Ignored otherwise.
Created in Epic SDK 2016.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntaxpublic string LookupCode { get; set; }
Public Property LookupCode As String
Get
Set
Dim instance As ConfidentialClientAccessItem
Dim value As String
value = instance.LookupCode
instance.LookupCode = value
Property Value
Type:
String
LookupCode As String.
Remarks Note |
---|
- Name - LookupCode
- Required On Insert - False
- Required On Update - False
|
See Also