This is a migrated thread and some comments may be shown as answers.

vb colon error

1 Answer 23 Views
Code Analysis
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
David Ocasio
Top achievements
Rank 2
Iron
Veteran
Iron
David Ocasio asked on 19 Nov 2009, 12:19 PM

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

1 Answer, 1 is accepted

Sort by
0
Chris
Telerik team
answered on 19 Nov 2009, 01:37 PM
Hi David,
Thanks for reporting this. We logged it in our product backlog and hopefully it will be fixed in the next build.

Best wishes,
Chris
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Code Analysis
Asked by
David Ocasio
Top achievements
Rank 2
Iron
Veteran
Iron
Answers by
Chris
Telerik team
Share this question
or