Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Validating on Overridable method
Message
De
07/09/2011 10:12:24
 
 
À
07/09/2011 09:32:56
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01522449
Message ID:
01522896
Vues:
36
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform