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

C# to VB property error

1 Answer 16 Views
Code Converter
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jason Watts
Top achievements
Rank 1
Jason Watts asked on 06 Mar 2013, 08:21 PM
If I attempt to convert the following line of C# code to VB:

public string DBConnection { getset; }

the page says "Not found. Sorry, we couldn't find the page you were looking for." What's going on? 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 11 Mar 2013, 11:32 AM
Hi Jason,

Try defining it as an abstract class:
public abstract string DBConnection { get; set; }

Hope this helps.

Kind regards,
Eyup
the Telerik team

Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

Tags
Code Converter
Asked by
Jason Watts
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or