 |
Loginlocked Property |
Specify is the user Locked.
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 locked { get; set; }
Public Property locked As Boolean
Get
Set
Dim instance As Login
Dim value As Boolean
value = instance.locked
instance.locked = value
Property Value
Type:
Boolean
See Also