 |
BrokerPrimaryContactMiddle Property |
Primary Contact Middle
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.2.0.769
Syntaxpublic string PrimaryContactMiddle { get; set; }
Public Property PrimaryContactMiddle As String
Get
Set
Dim instance As Broker
Dim value As String
value = instance.PrimaryContactMiddle
instance.PrimaryContactMiddle = value
Property Value
Type:
String
PrimaryContactMiddle As String.
Remarks Note |
---|
- Name - PrimaryContactMiddle
- Length - 16
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
- Ignored On Get - True
|
See Also