 |
Addresscountry_code Property |
Address country code.
Namespace:
ASI.TAM.API.Data.UI.RestShared
Assembly:
ASI.TAM.API.Data.UI.RestShared (in ASI.TAM.API.Data.UI.RestShared.dll) Version: 2022.2.0.1054
Syntaxpublic string country_code { get; set; }
Public Property country_code As String
Get
Set
Dim instance As Address
Dim value As String
value = instance.country_code
instance.country_code = value
Property Value
Type:
String
Remarks
See Also