 |
ContactContactID Property |
Unique identifier used to specify the current contact.
Created in Epic SDK V4.1.
Sometimes Required
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 int ContactID { get; set; }
Public Property ContactID As Integer
Get
Set
Dim instance As Contact
Dim value As Integer
value = instance.ContactID
instance.ContactID = value
Property Value
Type:
Int32
ContactID As Integer.
Remarks Note |
---|
- Name - ContactID
- Is Identity - True
- Required On Insert - False
- Required On Update - True
- Ignored On Insert - True
|
See Also