 |
DisbursementPayToTheOrderOfMailingAddressContactID Property |
Used to populate related properties with information of contact of specified ID. Ignored if voided or month locked posted or finalized.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Disbursement
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic int PayToTheOrderOfMailingAddressContactID { get; set; }
Public Property PayToTheOrderOfMailingAddressContactID As Integer
Get
Set
Dim instance As Disbursement
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
- Ignored On Update - True
|
See Also