Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validating on Overridable method
Message
From
07/09/2011 10:12:24
 
 
To
07/09/2011 09:32:56
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01522449
Message ID:
01522896
Views:
37
This message has been marked as a message which has helped to the initial question of the thread.
>
>I still do not understand however why I cannot use the GetType("Object") and have to use the syntax GetType([Object]). What does this represent?

Because GetType() takes a name of type as argument http://msdn.microsoft.com/en-us/library/tay4kywk.aspx

You can use
GetType(Object)
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform