I just came across this snippet where the thread opener used
public static dynamic GetAccessToken()
I found out what it is good for and that it was implemented in C# 4.0 but I could not find an equivalent in vb.net. Is it just Object
or is there something else that suits better?