 |
BankAccountDetailsselected Property |
Is account selected
Namespace:
ASI.TAM.API.Data.UI.Configure.Security
Assembly:
ASI.TAM.API.Data.UI.Configure.Security (in ASI.TAM.API.Data.UI.Configure.Security.dll) Version: 2023.1.0.1249
Syntaxpublic bool selected { get; set; }
Public Property selected As Boolean
Get
Set
Dim instance As BankAccountDetails
Dim value As Boolean
value = instance.selected
instance.selected = value
Property Value
Type:
Boolean
See Also