 |
LookupCode Property |
Code
Namespace:
ASI.TAM.API.Data.UI.Lookup
Assembly:
ASI.TAM.API.Data.UI.Lookup (in ASI.TAM.API.Data.UI.Lookup.dll) Version: 2020.1.0.1
Syntaxpublic string Code { get; set; }
Public Property Code As String
Get
Set
Dim instance As Lookup
Dim value As String
value = instance.Code
instance.Code = value
Property Value
Type:
StringCode as string
Return Value
Type:
StringCode as string
See Also