 |
ClientPrimaryContactCountryCode Property |
Ignored for individual clients.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntaxpublic string PrimaryContactCountryCode { get; set; }
Public Property PrimaryContactCountryCode As String
Get
Set
Dim instance As Client
Dim value As String
value = instance.PrimaryContactCountryCode
instance.PrimaryContactCountryCode = value
Property Value
Type:
String
PrimaryContactCountryCode As Phone Country Code.
Remarks Note |
---|
- Name - PrimaryContactCountryCode
- Ignored On Update - True
- Ignored On Get - True
|
See Also