 |
ContactAccountID Property |
Unique identifier used to specify parent account containing 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 AccountID { get; set; }
Public Property AccountID As Integer
Get
Set
Dim instance As Contact
Dim value As Integer
value = instance.AccountID
instance.AccountID = value
Property Value
Type:
Int32
AccountID As Integer.
Remarks Note |
---|
- Name - AccountID
- Is Identity - True
- Required On Insert - True
- Required On Update - False
- Ignored On Update - True
|
See Also