Click or drag to resize

DetailV1ContactID Property

Unique identifier used to specify a contact. To use an existing contact, provide the contact ID here. To use a new contact, set it blank.

Created in Epic SDK 2017.

Namespace:  ASI.TAM.API.Data.UI.Activity
Assembly:  ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2021.1.0.1
Syntax
public Nullable<int> ContactID { get; set; }

Property Value

Type: NullableInt32
ContactID As Integer?.
Remarks
Note Note
  • Name - ContactID
  • Is Identity - True
  • Required On Insert - False
  • Required On Update - False
See Also