'Declaration Public Property fLock As Boolean
'Declaration
Public Property fLock As Boolean
'Usage Dim instance As Protect Dim value As Boolean instance.fLock = value value = instance.fLock
'Usage
Dim instance As Protect Dim value As Boolean instance.fLock = value value = instance.fLock
public bool fLock {get; set;}
Protect Class Protect Members