 |
VoucherPayToTheOrderOfMailingAddressContactID Property |
Mailing address contact ID
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2020.1.0.523
Syntaxpublic int PayToTheOrderOfMailingAddressContactID { get; set; }
Public Property PayToTheOrderOfMailingAddressContactID As Integer
Get
Set
Dim instance As Voucher
Dim value As Integer
value = instance.PayToTheOrderOfMailingAddressContactID
instance.PayToTheOrderOfMailingAddressContactID = value
Property Value
Type:
Int32
PayToTheOrderOfMailingAddressContactID As Integer.
Remarks Note |
---|
- Name - PayToTheOrderOfMailingAddressContactID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also