 |
BrokerPrimaryContactLast Property |
Primary Contact Last
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 PrimaryContactLast { get; set; }
Public Property PrimaryContactLast As String
Get
Set
Dim instance As Broker
Dim value As String
value = instance.PrimaryContactLast
instance.PrimaryContactLast = value
Property Value
Type:
String
PrimaryContactLast As String.
Remarks Note |
---|
- Name - PrimaryContactLast
- Length - 30
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
- Ignored On Get - True
|
See Also