2012/2/10 Jussi Lahtinen <jussi.lahtinen at ...626...> > You can check whether it is property or method. > > Dim hCls As Class = Object.Class(["John", "Peter"]) > > If hCls["Count"].Kind = Class.Method Then > Yes, I figured out. Thanks Jussi