This question is locked. New answers and comments are not allowed.
In vb
The code statment end character ":" is flagged as a error
for example the last line here is flagged as a error
| Public Property LastSuccessfullLogin() As datetime |
| Get |
| Return pLastSuccessfullLogin |
| End Get |
| Set(ByVal Value As datetime) |
| pLastSuccessfullLogin = Value |
| End Set |
| End Property : Private pLastSuccessfullLogin As datetime |
thanks
dco