 |
PaymentMethodContactID Property |
Unique identifier used to specify a contact. On insert, either ContactID or ContactName is required. Use Get_Contact to obtain a valid value.
Created in Epic SDK 2017 R2.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<int> ContactID { get; set; }
Public Property ContactID As Nullable(Of Integer)
Get
Set
Dim instance As PaymentMethod
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
- Ignored On Update - True
|
See Also