 |
PhoneFaxNumberCountryCode Property |
Country code.
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
Syntaxpublic string CountryCode { get; set; }
Public Property CountryCode As String
Get
Set
Dim instance As PhoneFaxNumber
Dim value As String
value = instance.CountryCode
instance.CountryCode = value
Property Value
Type:
StringCountry code as string
Return Value
Type:
StringCountry code as string
RemarksAdded in Epic 5.0
See Also