 |
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
Syntaxpublic Nullable<int> ContactID { get; set; }
Public Property ContactID As Nullable(Of Integer)
Get
Set
Dim instance As DetailV1
Dim value As Nullable(Of Integer)
value = instance.ContactID
instance.ContactID = value
Property Value
Type:
NullableInt32
ContactID As Integer?.
Remarks Note |
---|
- Name - ContactID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also