To determine whether a property is static, you must obtain the MethodInfo for the get or set accessor, by calling the GetGetMethod or the GetSetMethod method, and examine its IsStatic property.
http://msdn.microsoft.com/en-us/library/system.reflection.propertyinfo.aspx