 |
SplitReceivableTemplateIsActive Property |
Used to display and modify the status of the split receivabletemplate. The status is either active (true) or inactive (false).
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2020.1.0.1
Syntaxpublic Nullable<bool> IsActive { get; set; }
Public Property IsActive As Nullable(Of Boolean)
Get
Set
Dim instance As SplitReceivableTemplate
Dim value As Nullable(Of Boolean)
value = instance.IsActive
instance.IsActive = value
Property Value
Type:
NullableBoolean
IsActive As Boolean?.
Remarks If null on insert, then default to true (Active).
Note |
---|
|
See Also