 |
ContactPrimaryContact Property |
Primary Contact
Created in Epic SDK 2017.
Namespace:
ASI.TAM.API.Data.UI.Account.Contact
Assembly:
ASI.TAM.API.Data.UI.Account.Contact (in ASI.TAM.API.Data.UI.Account.Contact.dll) Version: 2021.1.0.1
Syntaxpublic bool PrimaryContact { get; set; }
Public Property PrimaryContact As Boolean
Get
Set
Dim instance As Contact
Dim value As Boolean
value = instance.PrimaryContact
instance.PrimaryContact = value
Property Value
Type:
Boolean
PrimaryContact As Boolean.
Remarks Note |
---|
- Name - PrimaryContact
- Ignored On Insert - True
|
See Also