 |
JournalEntryVoidVoided Property |
Is the Journal Entry Voided
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.JournalEntry
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic string VoidVoided { get; set; }
Public Property VoidVoided As String
Get
Set
Dim instance As JournalEntry
Dim value As String
value = instance.VoidVoided
instance.VoidVoided = value
Property Value
Type:
String
VoidVoided As String.
Remarks Note |
---|
- Name - VoidVoided
- Length - -1
- Required On Insert - False
- Required On Update - False
|
See Also