 |
BrokerPrimaryContactPhoneCountryCode Property |
Country code is ignored if corresponding number is not entered.
Created in Epic SDK V6.0.
Namespace:
ASI.TAM.API.Data.UI.Account.Broker
Assembly:
ASI.TAM.API.Data.UI.Account.Broker (in ASI.TAM.API.Data.UI.Account.Broker.dll) Version: 2021.1.0.1
Syntaxpublic string PrimaryContactPhoneCountryCode { get; set; }
Public Property PrimaryContactPhoneCountryCode As String
Get
Set
Dim instance As Broker
Dim value As String
value = instance.PrimaryContactPhoneCountryCode
instance.PrimaryContactPhoneCountryCode = value
Property Value
Type:
String
PrimaryContactPhoneCountryCode As Phone Country Code.
Remarks Note |
---|
- Name - PrimaryContactPhoneCountryCode
- Ignored On Update - True
- Ignored On Get - True
|
See Also