|  | 
| AddressCountryCode Property  | 
 
  CountryCode (CAN and USA have special logic)
   Lookup: Country
 
    Namespace: 
   ASI.TAM.API.Data.UI.Shared
    Assembly:
   ASI.TAM.API.Data.UI.Shared (in ASI.TAM.API.Data.UI.Shared.dll) Version: 2021.1.0.1
 Syntax
Syntaxpublic string CountryCode { get; set; }Public Property CountryCode As String
	Get
	Set
Dim instance As Address
Dim value As String
value = instance.CountryCode
instance.CountryCode = value
Property Value
Type: 
String
  CountryCode As String.
 
 Remarks
Remarks|  Note | 
|---|
| Name -  CountryCodeLength -  3Required On Insert -  FalseRequired On Update -  False
 | 
 See Also
See Also