 |
ChartOfAccountIsActive Property |
Displays whether the chart of account is active.
Created in Epic SDK 2019.
Namespace:
ASI.TAM.API.Data.UI.Configure.GeneralLedger
Assembly:
ASI.TAM.API.Data.UI.Configure.GeneralLedger (in ASI.TAM.API.Data.UI.Configure.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic Nullable<bool> IsActive { get; set; }
Public Property IsActive As Nullable(Of Boolean)
Get
Set
Dim instance As ChartOfAccount
Dim value As Nullable(Of Boolean)
value = instance.IsActive
instance.IsActive = value
Property Value
Type:
NullableBoolean
IsActive As Boolean?.
Remarks Note |
---|
|
See Also