 |
DebitItemPending Property |
Specifies if item is pending
Namespace:
ASI.TAM.API.Data.UI.Transaction.ApplyCreditsToDebits
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic bool Pending { get; set; }
Public Property Pending As Boolean
Get
Set
Dim instance As DebitItem
Dim value As Boolean
value = instance.Pending
instance.Pending = value
Property Value
Type:
BooleanReturn Value
Type:
Boolean
Remarks
See Also