 |
ClientFilterLookupCode Property |
Used to filter by lookup code. Filter type: Begins With
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 ClientFilter
Dim value As String
value = instance.LookupCode
instance.LookupCode = value
Property Value
Type:
String
LookupCode As String.
Remarks Note |
---|
- Name - LookupCode
- Length - 10
- Required On Insert - False
- Required On Update - False
|
See Also