 |
OutstandingPaymentAccountingMonth Property |
Used to specify theAccounting Month.
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic string AccountingMonth { get; set; }
Public Property AccountingMonth As String
Get
Set
Dim instance As OutstandingPayment
Dim value As String
value = instance.AccountingMonth
instance.AccountingMonth = value
Property Value
Type:
String
AccountingMonth As Accounting Month.
Remarks Note |
---|
|
See Also