 |
PaymentAccountingMonth Property |
Accounting Month
Created in Epic SDK 2017 R2.
Required
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.1.0.1
Syntaxpublic string AccountingMonth { get; set; }
Public Property AccountingMonth As String
Get
Set
Dim instance As Payment
Dim value As String
value = instance.AccountingMonth
instance.AccountingMonth = value
Property Value
Type:
String
AccountingMonth As Accounting Month.
Remarks Note |
---|
|
See Also