 |
PayableContractPaymentContactID Property |
Use Get_Contact. Search by Account ID.
Namespace:
ASI.TAM.API.Data.UI.Account.Common
Assembly:
ASI.TAM.API.Data.UI.Account.Common (in ASI.TAM.API.Data.UI.Account.Common.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<int> PaymentContactID { get; set; }
Public Property PaymentContactID As Nullable(Of Integer)
Get
Set
Dim instance As PayableContract
Dim value As Nullable(Of Integer)
value = instance.PaymentContactID
instance.PaymentContactID = value
Property Value
Type:
NullableInt32
Remarks
See Also