 |
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: 2020.1.0.1
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 Note |
---|
- Name - CountryCode
- Length - 3
- Required On Insert - False
- Required On Update - False
|
See Also